I recorded a short Loom video to show a problem I’m facing in my n8n workflow. I’ve integrated Messenger directly with n8n, and I’m splitting the AI reply into sentences, then sending them in two batches using a loop and a 5-second wait.
The first batch sends correctly, but the second batch fails every time. I’m getting the following error:“Object with id messages cannot be loaded due to missing parameters.
I’ve mapped everything correctly, including the sender ID. The workflow logic looks fine, but Messenger only sends the first message and stops.
Here’s the full Loom video showing the behavior and the error:
If anyone has experienced this issue or knows what might be causing the second message to fail, I’d really appreciate your help.