Hey there!
I am trying to run some query in the Loop based on array of phone numbers I receive from startTrigger, and everything looks okay and console.log(value)
successfully works inside of the for loop in code block part in Loop
But when I access the same value
inside of the query that will be running in the loop β it says that it is undefined.
You can see from the screenshots that Logs tab shows the value
being printed just okay, but Data part gives an error that phone_number
is not defined, because value.phone_number
is null