Hi,
I have a simple flow linked with a powerapp, the user fills in a name and email box and presses a button. The flow sends an email to the address entered, along with 2 other bits of information from the page. Simple, works well.
However, I need it to send more than 3 arguments to the flow. I've tried adding in another 'Ask in powerapps' in the flow, but in the Run() function in the app it will only accept the original 3 arguments.
Any ideas?