I have have a flow using SharePoint - Get Items.
I'd like to filter the resulting items by a variable list of item IDs and then output the filtered result to a single csv table (which will be emailed). Neither the Odata query abilities of Get Items nor the Filter Array action appear to allow this.
Is this possible?
I could of course use an Apply to Each on the array and Get Items separately for each ID, but how would I combine them into a single csv table?
Example:
Sharepoint list:
ID ...other columns
___
1
2
3
4
5
ID Array: [1,3,4]
Expected CSV table:
ID ...other columns
___
1
3
4
Solved! Go to Solution.
Hi @gmcanally๏ผ
I have made a test on my side, please refer to screenshot below to create the flow:
The expression of the ID column in the "Create html table" action as below:
item()['ID']
The expression of the Title column in the "Create html table" action as below:
item()['Title']
The flow would run successfully as below:
Best regards,
Alice
Hi @gmcanally๏ผ
I have made a test on my side, please refer to screenshot below to create the flow:
The expression of the ID column in the "Create html table" action as below:
item()['ID']
The expression of the Title column in the "Create html table" action as below:
item()['Title']
The flow would run successfully as below:
Best regards,
Alice
Hello, @gmcanally!
Thank you for posting on the Flow Community Forum! Have you had an opportunity to apply @v-yuazh-msftโs recommendation to adapt your Flow? If yes, and you find that solution to be satisfactory, please go ahead and click โAccept as Solutionโ so that this thread will be marked for other users to easily identify!
Thank you for being an active member of the Flow Community!
-Gabriel
Flow Community Manager
Thanks! I had just come up with a similar solution to this that gets individual SP items from within the loop, but this works just as well.
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
44 | |
38 | |
34 |
User | Count |
---|---|
91 | |
74 | |
73 | |
61 | |
41 |