Skip to main content

hi,

i am trying to put an input data from a webhook request response, that is as json.

however, it was divided as value part only.

  • here is the request response

 

  • and i want to send another request using the widets part, like this

     

is that passible to set the JSON object as input data?

HI @Lancelot 

 

You will have to reconstruct the widgets part in JSON for the second request. Zapier will parse what is returned from the previous request and provide input fields and you won’t have the raw JSON for just the widgets part.