Hi all,
I'm new member to this power platform.thanks in advance.
I need to add file in a flow manner in form processer as of now user need to select an add the file in power apps, can anyone help me out

Hi all,
I'm new member to this power platform.thanks in advance.
I need to add file in a flow manner in form processer as of now user need to select an add the file in power apps, can anyone help me out
Hi,
I understand you have a PowerApp, and you want the user to select a file, then this file will be processed by a flow including Form Processing action. If this form processing action requires to customize the model, you've already built this model.
'PowerApp->Extractinformationfromdocuments'.Run(UploadedImage1)
This was to allow user pick a file within a power apps and send it to a Flow with AI Builder action.
Maybe your ask was how to select a file within a flow without asking the user for it.
Well, it depends on you context. A way can be to use sharepoint connector to read an existing file and then pass the content of it to your AI Builder action.
Hope this helps
Antoine2F