I'm declaring a global variable in App.OnStart - gblUserEmail:
Set(
gblUserEmail,
User().Email
);
Which appears in the variables pane correctly:
However, when calling the variable in the OnButtonSelect property of the Dialog component (PowerApps Creator Kit), the variable returns Blank:
If I create a text label, with value 'gblUserEmail', it correctly shows 'flightops.dev@ba.com'.
This issue has only started in the last few days - the published version of the app still works correctly, but the problem is observed in the editor in both dev and production environments.
Anyone experienced similar? Any ideas?

Report
All responses (
Answers (