
How do I get the current item() properties from 'Apply to each' inside a Filter array?
In the example below the output of select is the array I'm looping through. I want to filter a different array where the observation number equals the observation number from the Select array. I'm using item()?['observationNumber'] for one part of the comparison but how do I compare to the current value of Observation Number from the Select?
I think this is what you are after:
items('Apply_to_each_2')?['Observation Number']