Hello everyone,
What are the commons conditions/parameters you use on OnStart?
I'm trying to conditioning the start of my app if the user connected is not the user i want to.
if(User().Email = MySharepointList.EmailColumn; Navigate(MainScreen); Navigate(ErrorScreen))
Seems that User().Email = Mysharepointlist.EmailColumn is not accepted.
Thanks in advance.
Solved! Go to Solution.
Hello @En1gma,
You can consider the Group Control at the top of the first screen with a message for unwanted users
Visible = Not( User().Email exactin 'MySharepointList'.EmailColumn)
X = 0
Y = 0
Height = Parent.Height
Width = Parent.Width
Regards,
MarcelLee
Hello @En1gma,
You can consider the Group Control at the top of the first screen with a message for unwanted users
Visible = Not( User().Email exactin 'MySharepointList'.EmailColumn)
X = 0
Y = 0
Height = Parent.Height
Width = Parent.Width
Regards,
MarcelLee
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
214 | |
205 | |
84 | |
59 | |
38 |