
Hi,
I'm trying to run a flow from a powerapps button. When I click on the submit button, I would like that all information (company name, full name, address, email address etc is exported to flow.
My flow is called: CreateContact_ but on select when I run CreateContact_.Run(CompanyNameText.Text, FullNameText.Text), it only adds the company name. How can I export all the values to flow?
Thanks