Everything seems fine except for one thing: I’m not receiving the ID?
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?
I don’t get any errors when the workflow is triggered, just the ID that doesn’t want to go through.
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].
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!)!