I have a date field in a Sharepoint list. My list contains timesheets per day. At the end of the week, I need to send an approval email with a flow that contains all of the weekly timesheets in a single email. I have the weekending date in a calculated field in the list (used to group list items together) but I figured out Flow can't filter on a calculated field.
So...how can I send a collection from PA over the flow. Do I build an array of Sharepoint ID's in PA and then pass that array of ID's to the flow so I can filter the list? Is there a better way to pass a filtered list of items to Flow?
Hi @tdupton,
The ID fitlered idea is not supported to achieve so far I think. But you could try to filter the items to a collection first in PowerApps then send the collection to Flow. Although it is not the same but the below blog might help on this scenario. Please take a look at:
Saving a collection of images from PowerApps to SharePoint using Microsoft Flow
http://www.techmikael.com/2017/05/saving-collection-of-images-from.html
Regards,
Mona