I'm very new to PowerApps.
I am trying to get the EmployeeID of the person using a PowerApp from Azure using a Flow as shown here: https://stackoverflow.com/questions/69223207/can-we-get-active-directory-property-named-employee-id-using-office365users-conn
I am trying to run this flow "OnStart" of the "App" using "Set(varEmployeeID, GetEmployeeId.Run())". The error says "Incompatible type. We can't evaluate your formula because the context variable typs are incompatible with the types of values in other places in your app."
I have a "Label" that is trying to display the result of this Flow using "varEmployeeID.employeeid"
It seems like I need to change the "Label" so that it can accept the result of the variable, but I'm not sure how.