I have a few fields in my form that I want to only be filled out by a certain user. Is there a way to set the Read-only field to be Yes unless the current user is the correct one? I was trying this but couldn't get it to work: ifElse((Context]..Current user display name] == "username", "No", "Yes")
Page 1 / 1
Try using [Current user login name]
For debugging try setting the value of a label to be any functions with a string result; Then you can see/confirm your assumptions.
For debugging try setting the value of a label to be any functions with a string result; Then you can see/confirm your assumptions.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.