I have got unique rows from column 'InquiryID' by a union expression in Compose step.
I now want to loop through each of these unique ID's by using the output of this compose, but I have not found the correct way to.
This is what my steps look like, when ran they work correct and give the correct output -

I would like to reference each individual ID in a for-each loop as I will be cross-referencing these with another table. How do i reference each item of this union?