
I would like to iterate through 'Find files in folder by Path' Onedrive action output. I'm interested in just one column in this table which I want to use later on in the loop. But I can't figure it out how to iterate through this output and use values of one column only.
This is what I have tried:
'Body' variable is being generated automatically out of 'Find files in folder by Path' action, then I use this variable in 'Create HTML table' action, to create table which put all data in columns and rows. Then I tried to use 'Applay to each' but I always get errors.
What's te pattern of iterating through html table and use values from one column only? How to write such expression?
If you can share your flow but you can reference field as below:
Compose Expression:
item()?['DisplayName']