Skip to main content

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

 

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?