Hello,
I am very new to power apps and am having difficulty with a function.
I want to use an if statement to compare the current user to a list I have established. If the user is on the list and active, then I want to navigate to another screen. If the current user is not either not on the list, or not active, I have a label I want to become visible. Looking at other posts, I have set my screen to OnVisible = UpdateContext({cVisible: false}), and my Apps OnStart to Set(currentUser, User())
I am getting several errors on my formula, which I am still having trouble deciphering.
Any help would be very much appreciated.