Re: Save collection as file
@Anonymous,
If your keen, you can patch to a list with columns that you can pass to flow.
Flow can take action on an item added, and evaluate.
Flow can use an ID and / or other columns to filter a table as in a SPList.
You can then use the Get Items action / Select DataOperations / Generate HTML action in MSFlow to create a HTML table that can be placed in an email or possibly an attachment to an email. etc.
Scenario:
It might be good to do that in powerapps by connecting a flow to a button, but I needed to make a record anyway to carry the request / approval. Doing so allowed me to have 1 record, that
- represented a collection of items in a SPList.
- The record allowed me to Flow to look back on changes
- and or make updates autonomously.
You may wish to take this approach nstead of placing a heavy workload on an OnSelect action.