After creating sharepoint list and all the config then connect the data source after that use screen onvisible property where i create global variable and use lookup fun to view my Data on label .....kindly help me to get out of it
Use Onvisible Screen property
Set (varEmployeeData,
Lookup('Employee Master List',
Email = User().Email
));
For the Label in the screen
use