Hi everyone,
I am having a trouble similar to some posts already created in this forum, for example:
Link 1: https://powerusers.microsoft.com/t5/Using-Flows/Send-a-picture-from-powerApss-to-SharePoint/td-p/11535
But in my case the problem is that I wish to send an image to sharepoint from this pretty power apps interface:

Figure 1.
The button selected in the picture above should execute the following command on click:

Figure 2.
Where "FotoFlower" is the name of the Power Automate flowchart, shown below:

Figure 3.
This flow is very similar to the one seen in Link 1, for instance.
The problem is, when I call the command of Figure 2, to run the flow, it doesn't accept 2 arguments as it should (the name of the file and the file itself, i.e. the image). One thing I've notice is that the syntax is different when I use power apps (arguments seems to be separated by ; instead of comma), but still it doesn't explain why I can't set two inputs
Thanks in advance