I would like to access an array of 3 values. They are in a property, but during each pass through my flow, a new property is added, containing a new set of 3 values. Basically, I always need to access the final property in the list.
In the screenshot, in this case, I want to locate the ....gx:cord.[89] but on the next loop through the flow it be ....gx:cord[90]. I know how to search and locate a property but not when I dont know the object property anem because it is increasing.
I should add that I dont always start my flow when the property==1. It could already be up to 70 before I read the payload. So I always need to access the last one in the list.
How do I find the last or highest value in the property?