I have a Sharepoint list containing file names to be printed, the requestor's name, and the number of copies to print. All new files added to this list have the number of copies initially set to 0. When a user changes copies from 0 to a number, a flow is triggered which emails the print center the file name, the requestor's name, and the number of copies to print. A user will typically select more than one item/file in the list and I'd like to generate a single e-mail that includes all selected files and the number of copies requested.
Is there any way to accomplish this task using Flow, SharePoint, and PowerApps?