Hi There
I got a canvas app and a flow to send a confirmation per email.
The canvas app contains two gallerys where I relate multiple values.
Now I can pass the first item of each gallery to the flow without any problem.
It then sends an email with the first items of each gallery.
But actually I relate more then one item per app run.
How do I make the power app formula pass all the values I need?
My code:
TestConfirmation.Run(
galone.Selected.one;
galtwo.Selected.two;
galthree.Selected.three
)
My Flow:

Thanks for your help