Question

How to access nested item in Zap trigger data?

  • 16 January 2021
  • 1 reply
  • 134 views

Hi there,

I’m new to Zapier and I’m a bit confused how to access nested data items in my zap trigger data.

I have attached a screenshot of the data that my trigger app provides. My goal is to access the field run_steps → 2 → data_values → 1 → value (containing “Alles super!” in my example). As I can’t be sure that the required value is always in run_steps → 2, icing on the cake would be to find the run_steps item where title = “Kundenfeedback” and then access data_values → 1 → value of that item.



When I check the data that is provided in the following steps, I only find a field called Run Steps Data Values Value containing ‘null, [“Alles super!”], null, [null], null, null, [null] …’

Is there a safe way to access the desired field, e.g. like run_steps[title=Kundenfeedback] → data_values[2] → value?

Thanks in advance,
Alex


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 +8

Hi @AlexC - Sorry to have missed your post. Do you still need help with this?