There were 2 previous videos before this one about the V2 Trigger:
• Power Apps V2 Trigger (When Power App...
• Power Apps V2 Trigger More than 20 Fi...
In this tutorial, we'll show you how to use Power Automate to move files from a Power Apps attachment control directly into SharePoint or add them as attachments in Outlook. This step-by-step guide will cover setting up the flow, configuring triggers, and creating a seamless link between Power Apps and other platforms. Perfect for enhancing productivity and automating file management in your Power Platform solutions!
Formula:
WeWillUseThisTitle.Run(
TextCanvas1.Text,
{
file: {
contentBytes: Last(myFile.Attachments).Value,
name: Last(myFile.Attachments).Name
}
}
)