Hi there,
I build a flow called "Sollecito" in order to send an email when a Button is selected on my Powerapp. Actually, I'm just testing the inputs transmittion from the app to the flow.
Here's the flow, all the variables are setted in the same way:

So now I put in the OnSelect property button this code:
Set(varPetitionermail;Gallery1_4.Selected.'Petitioner mail');;
Set(varPerformermail;Gallery1_4.Selected.'Performer mail');;
Set(varSamplecode;Gallery1_4.Selected.'Sample code');;
Set(varSamplelink;Gallery1_4.Selected.'Collegamento a elemento');;
Sollecito.Run(varPetitionermail;varPerformermail;varSamplecode;varSamplelink)
But it gives me an error: It aspects 1 only input in flow.Run() function.
I know that I could use a collection, but I want to learn this method too.
Some hints?
Thanks.