Hi Community,
I have an application made up of a "text input", an "add image" input, and a button to run a flow in Power Automate that takes the image and converts it to a PDF file. The file name is the text that is added in the "text input".
In the button to run the flow, what would be the problem?
OneSelect in Botton: ETF2.Run(TextInput1.Text;{file: UploadedImage1_4.Image;IncludeBinaryData})
ETF2 is the name of the P.Automate stream.
TextInput1 is the name of the text input to add the file name.
UploadedImage1_4 is the input to add the image.
Thanks,