If we wanted to include the ability to upload multiple files at the same time we could change theOnSelectproperty of the upload button to loop through each attachment and run the flow once per file. We will also need to increase theMaxAttachmentsproperty of the attachment control from 1 to ...