I am trying to use JSON file values as variables in a workflow. I am able to send the JSON in request body through an External Trigger and postman returns a 200 OK response with the JSON body in output as demonstrated in Test Workflow via External Trigger
What would be my next step if I want to use the JSON values as variables in my workflow?
I can only see the response of the external trigger, but unable to retrieve the contents. While defining variable, I do not get any option to choose the request body.
This is what the external trigger shows for variables:
Basically, because anything could be in the trigger body, the workflow can’t predefine those variables, but you can still store the JSON path in the variable manually.