API(Pabbly) not connecting giving error

Status: Open · Asked by support dncc dncc on · 0 views

support dncc dncc — Question ·
I was creating cloned of previous Workflow, but now i am getting error while connecting in API(Pabbly). I have attached the error image, kindly check & provide solution. In the OLD Builder i was getting any error.
pabbly error.png
Pabbly Support — Reply ·

Hello,

Thank you for reaching out to Pabbly Support.

The error "One or more validation errors occurred: Value cannot be null" happens because cloned workflows copy the structure of the steps but do not automatically transfer the live captured response data from the original workflow. As a result, the parameters mapped inside your API by the Pabbly step are receiving empty/null values, resulting in a 400 Bad Request error.

To resolve this, please follow these steps:

  1. Open the Cloned Workflow and go to the Trigger step (Step 1).

  2. Click on Re-capture Response.

  3. Perform a test action in your trigger app (e.g., submit a test form or create a test record) so that Pabbly Connect receives fresh sample data.

  4. Go to your API by Pabbly step (and any intermediate steps), ensure the required fields/JSON payload are properly mapped with the newly captured data, and click Save & Send Test Request.

  5. Once the test request is successful, make sure the workflow is turned ON.

Please give this a try and let us know if you run into any further issues!

Thanks & Regards,
Naman Bansod
Customer Support Specialist
🌐 Pabbly.com
👉 Rate your support
support dncc dncc — Reply ·

I have done the mentioned step but same error i am getting .. check json data is changed but getting error

pabbly error2.png

Back to all forum threads · Log in to reply