I created a flow that takes fields from a power app form, and then send it out in an email. I have created inputs with the names... Name, Email, Comments. The fields in the form have the same names. When test the flow manually it works. But I cannot get the button in the power app to work. I have been trying for a while and cannot even get the power automate to recognize any kind of call. I get errors with my code. namely that the Run function has invalid arguments.. Below is the code I am using for my button.
EmailCopyofForm.Run(txtName.Text, txtEmail.Text, txtComments.Text)
Hopefully someone can help out, thanks!