Hello There!
We have a need to allow our users to generate an email with a small video file attached. It cannot be included as a link due to an iOS limitation around video file downloads via a web browser, so it has to be an attachment.
The proposed solution is too set up a workflow where a user fills out a Form, entering their email address where the file should be sent and which specific video file they would like. It then would search and find the video file in OneDrive for Business, generate an email, and send it with that file attached.
Current Flow Set-Up:
The flow does not result in any errors, but the email is never received.
I've also created another Flow that removes the search for the video file and instead is a unique form for one specific video. This correctly generates the email, however, the attachment is not formatted as a video, and is delivered as unreadable.
First, how can I fix the attachment filetype in the 2nd Flow? And then after that, is there a way I can apply the file search to dynamically pull the right file based on user selection?