Infine looping ERROR help

in your Loop Guests node you didn’t attach loop connector to anything.

i connected check again what issue

connect your last wait node to your first loop.

and you probably want to remove connector between Wait Until Send Time1 and Loop Messages and attach Twillo to your loop messages node

However, i don’t understand what you want to accomplish exactly

I think both of loops are useless. if i understand your requirements correctly, you don’t need any loop over items node

i changed your flow removing loops for creating messages. the code node will output messages .

i tell you exactly what i wants :
Take guests one by one.

  1. For each guest, generate the 3 message templates (first, follow-up, final).
  2. For each of those 3 messages, wait until the correct scheduled time.
  3. Send it through Twilio.
  4. Move to the next message.
  5. After all 3 are done, move to the next guest.

what is wrong when i connect inner loop ‘done‘ node to the outer loop so inner loop is sending the itself data to the outer loop so that’s way my outer loop 2 item is not sending the actual data that i want instead of actual data it is sending ineerloop data

@zain_ali3

I don’t think, adding wait nodes in your workflow for that purpose is a good approach.

you create all of the messages that you want to send and specify the scheduled time for sending them and send all of them to Twilio. Twilio accept a SendAt field and send your message at the specified time, so it’s not necessary to do that yourself in your workflow