For each guest, generate the 3 message templates (first, follow-up, final).
For each of those 3 messages, wait until the correct scheduled time.
Send it through Twilio.
Move to the next message.
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
but man after the inner loop finishing which is “loop message“ this node is sendeing the data to the
outer loop so that’s way the actual ‘‘outer loop’’ data is removed and innner loop data is send
what i do ?
For each guest, generate the 3 message templates (first, follow-up, final).
For each of those 3 messages, wait until the correct scheduled time.
Send it through Twilio.
Move to the next message.
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