vivekpathak2025
Member
- Your Workflow URL
- https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTY0MDYzNjA0MzU1MjY4NTUzMTUxMzYi_pc
- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Recently, a new update has been implemented on your side regarding the MySQL – Get Rows action in Pabbly Connect.
Earlier, the Get Rows function was returning data in a single row format. With that structure, our workflow was running perfectly without any issues.
However, after the recent update, the same function is now returning data in an array format instead of a row.
Because of this change:
We had to add an Array Formatter step in between to handle the new structure.
After adding the Array Formatter, the workflow is not behaving correctly.
Inside the Router, we have created two routes.
Now the workflow is getting completed in the first route itself, and the second route is not executing as expected.
Earlier, when the response was in row format, both routes were working properly based on conditions.
It seems that due to the structural change (row → array), the router conditions are not evaluating correctly.
We request you to please:
Analyze the workflow from your end
Check whether this issue is due to the recent update
Suggest the correct handling method for the array response
Guide us on how to make the router evaluate conditions properly
For your reference, here is the workflow URL:
connect.pabbly.com
If there is any type of change in future which you are doing please let us know in one week prior at least so that we can manage our flows accordingly. this time this change caused a big loss to us please reply as soon as possible and let us know the solution for this.
Account Id: [email protected]
Earlier, the Get Rows function was returning data in a single row format. With that structure, our workflow was running perfectly without any issues.
However, after the recent update, the same function is now returning data in an array format instead of a row.
Because of this change:
We had to add an Array Formatter step in between to handle the new structure.
After adding the Array Formatter, the workflow is not behaving correctly.
Inside the Router, we have created two routes.
Now the workflow is getting completed in the first route itself, and the second route is not executing as expected.
Earlier, when the response was in row format, both routes were working properly based on conditions.
It seems that due to the structural change (row → array), the router conditions are not evaluating correctly.
We request you to please:
Analyze the workflow from your end
Check whether this issue is due to the recent update
Suggest the correct handling method for the array response
Guide us on how to make the router evaluate conditions properly
For your reference, here is the workflow URL:
Pabbly
Account Id: [email protected]
