Hello,
I want to get the first value from a field within a For each loop so I can use for a value in a json file. I have tried so many things now and none work, I thought this would be really simple.
I have tried using first() it tried to create a For Each loop within the existing loop which I don't want.
I have then created a variable to put the value into and moved that out of the generated for each loop but I still get an error. I don't think really need to put it into a variable though.
I have mulitple json objects within a For Each loop they repeat the same values in some of the fields, I want to get the value of one of these fields.
Booking Ref.
This is the output from the Filter Array step, I want to get the Booking Ref value.