Best answer

how to set the input data from JSON object?

  • 31 July 2021
  • 1 reply
  • 856 views

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?

icon

Best answer by GetUWired 2 August 2021, 15:53

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +12

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.