Volker
Member
- Your Workflow URL
- https://connect.pabbly.com/workflow/mapping/IjU3NjcwNTZjMDYzNjA0MzM1MjZmNTUzMzUxMzMi_pc
- Your Task History ID
- IjU3NjUwNTY1MDYzZjA0Mzc1MjY4NTUzNDUxMzU1MTZhNTQzNjBmMzYi_pc
- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Hi Team,
I've encountered a critical bug in the "FluentCRM > Update a Contact" integration where the automation fails during live execution but works perfectly during the "Save & Send Test Request" phase.
The Issue:
During live execution, Pabbly seems to automatically transform the "tag" input into an array format in the URL string, even when only a static ID is provided.
So the tag 19 gets transmitted as the parameter attach_tags%5B0%5D=19 which in turn leads to a 404.
When sending the same data while editing the workflow the parameter is sent correctly as attach_tags[0]=19 and the tag is applied correctly on the receiving end.
Expected Behavior:
The live execution should send the parameters exactly as the manual test does, without additional encoding that breaks the REST route.
Could you please investigate why the live runner encodes the parameters differently than the test environment?
Best regards
Volker
I've encountered a critical bug in the "FluentCRM > Update a Contact" integration where the automation fails during live execution but works perfectly during the "Save & Send Test Request" phase.
The Issue:
During live execution, Pabbly seems to automatically transform the "tag" input into an array format in the URL string, even when only a static ID is provided.
So the tag 19 gets transmitted as the parameter attach_tags%5B0%5D=19 which in turn leads to a 404.
When sending the same data while editing the workflow the parameter is sent correctly as attach_tags[0]=19 and the tag is applied correctly on the receiving end.
Expected Behavior:
The live execution should send the parameters exactly as the manual test does, without additional encoding that breaks the REST route.
Could you please investigate why the live runner encodes the parameters differently than the test environment?
Best regards
Volker
