Iterator causes Ultramsg to always send the same data which is the last record’s data

chiajien

Member
Your Workflow URL
https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZjMDYzNzA0MzM1MjZjNTUzMDUxMzYi_pc
Your Task History ID
IjU3NjUwNTZhMDYzZTA0MzE1MjY1NTUzMDUxM2I1MTYxNTQzODBmMzci_pc
Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
When running the iterator, Ultramsg consistently sends the data from only the final record, regardless of how many records the iterator processes. Each iteration is expected to send its own corresponding data, but instead, Ultramsg outputs the same (last) record every time.

Expected behavior:

  • UltraMsg should send the correct data for each iteration, matching the record being processed at that moment.
Actual behavior:

  • UltraMsg only sends the data from the last record processed by the iterator.
This issue results in incorrect or duplicated messages and prevents proper sequential processing.
 

Preeti Paryani

Well-known member
Staff member
Hi @chiajien,

It seems you're using the deprecated version of the Code(Pabbly) action. Kindly use the newer version instead and let us know how it goes.

Please make sure to copy and save the code before editing the specific step.
 
Top