
Announcements
Hi,
I have seen three or four people asking this message already, but I haven’t found a good solution yet.
End goal steps are the following:
Here is what I have now:
That goes down to this:
Obviously this just grabs every single item in the entire library rather then just a specific folder.
I have found that this works to get the array down into just a specific folder:
However, the output of that is just a Body and an Item, so I cant build my HTML table like I was with just that info.
So I guess he question is can I somehow filter the original query by folder, if not is there a way to take my filtered array and pull out the same data I have in the HTML table so I can still format it the same way I do now?
Any help or links are appreciated.
Hi @Anonymous ,
How is your current situation, has solved your problem? if not, please refer to the following method.
The way you filter the files in the specified folder is correct. When configuring the value of HTML table, you need to use Expression.
Like: item()['ColumnName']. if there is a space in the middle of the field name, you may need to replace the space with “_x0020_”.
Image reference:
You could also consider using another method to configure Flow.
Image reference:
Apply to each configuration details:
Please take a try.
Best Regards,