Hi,
So I want the Starting view to be a certain view if the user has no signature in his profile.
I've been trying with this expression in the Starting view :
IF(ISBLANK(ANY(SELECT(User[User_Sign],User_Email=USEREMAIL()))),
"View the user needs to see with no signature",
"View the user needs to see with signature")
however, I do not get the expected result. Any pointers on the expression?
thanks
Solved! Go to Solution.
First and foremost, do you understand that the starting view is only ever applied the very first time the user uses the app, not every time the user opens the app? There is no way to direct the user to a particular view every time the app is opened.
User | Count |
---|---|
28 | |
13 | |
3 | |
3 | |
3 |