Need help: How can I debug API call error?

Hi Guys,

I am using video from Marco

To add multiple rows into a new table by following the steps mentioned above in the video.

It was all working fine but recently on click of my button to initiate the action its failing on the API call it just says Call API returned a failing HTTP status: 400

I am not able to figure out how can I debug this issue? Here is screenshot of my action

Want to know how can I go about debugging this issue?
PS: I have added response status and body to be added, but nothing really prints in it in DB
Thank you in advance for your help.

Regards,
Dilip

  • Double check the configuration on the Call API step. In particular, make sure you have the header values set correctly.
  • Click on the brackets next to the failing step, and it will show you what was sent. Examine that carefully.
  • Before triggering the action, copy your JSON body and paste it into https://jsonlint.com/ to check if it is valid.
1 Like

Hi @Darren_Murphy ,

Thank you soo much for your reply. There was an issue in JSON.

I figured it out.

Thank you again for helping.

Regards,
Dilip

1 Like