Then when I try to run this workflow in my app the result of the API call keeps returning empty. You can see in the screenshots below that valid inputs are going into the API but it keeps not returning any data.
Can yo activate capture response header and activate include erros in response?
You will need to reinitialize the call and set your fields again
Run it in debug mode, and share the result of raw body
Also, in logs, please share the request that is sent?
What happen if you put the exact same value/request into API connector?
Thank you for the reply! I activated the two checkmarks you said, I made the values in api connector the same as the requests when it runs, and I reinitialized.
The body (where the data is properly formatted) is still empty, but you are right the data is now showing up in the raw body text. That is good to see, do you know what I should do next to pull this data from each of the fields?
So here’s the issue:
your json will never be the same because it return a dictionnaries of data for company using the company name as key (in the raw payload, it’s Test 1). This is not something you can use directly with API Connector.
Am I wrong to say that you have created a function so maybe you can modify the JSON returned?
I guess it is a function in that it reports different data based on the inputs the user feeds it. Do you know how I can draw out specific data from the JSON returned, I’ve never done something like that before? Now I can see the info I want in the raw body text but I don’t know how I can extract each “id” value within it.