Hardcoded data POSTs to external API but not data from DB

Hi, I added an API workflow and initialized it. Everything worked great. I hardcoded the values to POST in my workflow.
I basically added the POST - Action API as one of the workflows.
When I try to add dynaic data from the DB nothing goes through to the external API.
When I hardcode it it passes data.


Anyone know the solution to this?

Have you tried “inspecting” what the dynamic values being passed to your API are?

Click on “Add a breakpoint in debug mode” on the workflow step. In debug preview mode, click on the Step by Step & see what Strings those values are resolving to when they’re sent to your API. Good luck!