Hello everybody,
I'm working on a project with Power Apps and Flow.
I've a Flow where I ask in Power Apps some parameters ==> It works fine.
So, when I'm in Power Apps and when I call my flow I have this:

So for example :
myFlow.Run(Createfile_Folderpath, ...)
Perfect.
Now, I would like do 2 things :
- customize the name of parameter in Flow (and see my custom name in Power Apps). For example for having : myFlow.Run(folderPath)
- force the order of parameter.
Could you help me to do that ?
Thank you in advance.
Charles.