
Announcements
Hi #PowerAddicts,
I have a situation where a user selects rows from a gallery in a Power App in which we use a flow in Power Automate to:
We use this so an HTML table can be returned and emailed via the Power App; however, the flow only runs successfully when one row is selected, e.g.: ID eq 2349
However, any selection more than one and Get items step fails, e.g.:
Is there some magic formatting like putting IDs in an array, e.g.: ID eq ['2349','2372'] or is it just Odata $select isn't supported yet?
Thanks in advance!
Solved my own problem from a previous solution:
ID eq 2349 or ID eq 2372
Previous solution: https://powerusers.microsoft.com/t5/General-Power-Automate/Get-Items-Filter-Query-oData-In-operator/td-p/300597