Hi All,
I have a sheet in Power Apps where I need to create a PDF file with two images by starting a flow in Power Automate from the PDF icon. The name of the file that will be generated is entered into Power Apps through a text entry.

My Power Automate flow starts with a Power Apps (V2) trigger.

What should be the formula for the PDF icon in Power Apps so that it takes the two images and the title?.
FlowName.Run(????)
- TextInput is the entry name = Input in Power Apps (V2)
- Upload1 is the image 1 = File Content in Power Apps (V2)
- Upload2 is the image 2 = File Content Apps (V2)
Thanks¡