Hi
in my power apps, I have a UploadFile control with the name UploadFileControl, which only upload one PDF file.
I can obtain the file name using: First(UploadFileControl.Attachments).Name.
I have another flow, which is expecting the file uploaded here from power apps, how can i pass the uploaded file to my flow as the input?
My current function is but it always had the BadRequest error.
TestFlow.Run(TextField1.Text, {contentBytes: Image1.Image, name: vfilename}))
Thank you in advance.

Report
All responses (
Answers (