Hi, I want to set the starting view for new users to be the form to create a new personnel profile. I have a list of personnel with their emails that I can reference their useremail() against. I’m basically trying to say, "If the user’s useremail() isn’t currently in the list of Personnel (meaning they haven’t been added yet), have their view start on the Create New Personnel Profile view.
IF(
NOT(
IN(
Useremail(),Personnel[email])),Create New Personnel Profile,About)
I can’t seem to get this to work when I try to preview in the mini view to the right. Any advice?
Solved! Go to Solution.
User | Count |
---|---|
19 | |
13 | |
8 | |
3 | |
2 |