Question

get value from webhook call

  • 6 May 2022
  • 1 reply
  • 37 views

hi, i use a webhook containing which returns i.e 

{    "status": "ok",    "37.60.48.2": {        "proxy": "no",        "type": "Business"    }}

In the next step  i would like to access values like “proxy” etc.. Unfortunately i am not able to access this values in further steps as the object name is different each call.  I.e the accessor see below will not work for the next call. Any ideas how to general access first object of a json object. 

 

3. Status:ok
3. 37.60.48.2 proxy:yes

 

Thank you.

Michael

 


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 3
Badge +4

Hey @mfakt! I’m curious to know what the data comes through like? Would you be able to use something like formatter to make a lookup table and map the values directly?