Skip to main content

I’ve created a JSON payload that I want to reference in the ‘data’ section of a webhook action. I’ve triple-checked my code to make sure that the output is structured how I want.

 

My issue is that the I can’t map the output in the next step as it’s broken down into smaller arrays.

Is there a way to reference the entire output? AI seems to think that there is an issue with the Zapier caching. I’ve tried deleting steps, recreating the entire zap (with new webhooks) and disconnecting/reconnecting the Zap. 

Any help would be greatly appreciated!

For reference, at the end of my code I have. 

output = { "output": draftOrder };

And I would like to call the output (a JSON payload) in the webhook step.


​Hi ​@josie01 

Info about how to stringify JSON: https://www.w3schools.com/js/js_json_stringify.asp

 

 


Reply