I have a backend workflow that I creating things based upon a webhook coming in. The webhook comes in and the workflow is creating things appropriately with the data from the webhook + some fields where simple data is input (text for instance). What isn’t working is the same setup there are multiple fields on the thing which I’m using “Get Data from External API” to fetch additional info based on the webhook data and complete this “thing”.
This is all rolled into a single action for “Create a Thing”. Problem is… none of the fields from the External API are being filled out and the server logs aren’t showing any errors on this step. The exact same API call, in a non-thing creation use case, is returning appropriate data, so I know the API call is working.
So question is - what could be wrong here? Why would the API call work in one place and not as part of the thing creation?
Appreciate any help on this, thanks!
