API call parsing errors or not transmitting the data

Hello everyone,

I’m a bit confused. I want to get a customer ID on my app using API Connector to send to Make:

Everything seems fine except for one thing: I’m not receiving the ID?
image

I’ve set up my workflow correctly and when I manually enter information into the API Connector, this information appears. Dynamically, the information doesn’t seem to be transmitted? Has anyone ever had this problem?

image

I don’t get any errors when the workflow is triggered, just the ID that doesn’t want to go through.

Thanks a lot for your help!

Did you add a value in the Body parameters when running the test? Because the picture above shows null, which would explain why you’re getting a null value

Yes I did, and I was receiving the data. It just doesn’t want to work with dynamic data, not sure what I’m doing wrong. If I put something in the API Connector I’m only receiving what I’ve put. When I delete it and run the workflow, I receive a [null].

OK I fixed it!

I had an issue in my workflow where I was deleting my user from the database first and then run the Stripe deletion (so it couldn’t get the Stripe ID since it wasn’t in the database anymore!)!

This topic was automatically closed after 70 days. New replies are no longer allowed.