
I used the Get Items action in Flow to get items from SharePoint. Now I am looping through these items in an Apply to each block. I want to be able to extract a specific column from each item that am looping on and use it in calculations inside the loop. I saw some posts referring to using "Select" action, to request specific fields from the loop, but how do I use that?
Hi @BrittanyR
Inside the apply each loop you should be able to get all the properties from previous step which is Get Items in your case. If you can't see the property then start typing the name of the property under the Dynamic Content. You should be able to see the property of the specific column you looking for.
Thanks