
Announcements
Hi All,
I am having an issue with using a Power Automate flow with a Power App. I have placed the following code with the onSelect of Gallery1
Set(varText,GetEmployeeInfo.Run(Office365Users.UserProfileV2(Gallery1.Selected.Id).mail));
When I run the Power App the Power Automate flow runs OK and the output is correct within the Power Automate flow. In this example, the correct output is 999
The issue is with using the variable varText within the Textbox or Label. I think it is because it sees it as a Record instead of text, but I am not sure.
Do you know what I am doing wrong? I am new to Power Apps so it might be something very simple. Also, is there a way I can see the variable details like using a Breakpoint?
Thanks
Colin
What did you configured in the “Respond to a Power App or Flow” action? Is the variable configured?