
Announcements
Greetings, I tried following several articles such as https://sharepains.com/2019/01/29/powerapps-data-power-automate-parameters/ but have not found success thus far.
I have a PowerApp with two text fields - Username and Password, and a button (Login).
On button click, I would like to pass the respective variables into an HTTP authentication flow. (Use the username and password in the body of the connection string in the HTTP flow). Once the HTTP status is returned (200, 401, 403, etc..) I would like to display it back in the PowerApp (in a label).
Can someone please explain the order of operations regarding how to set the variables, create the flow, and join the 2 back and forth?
Thanks!