Hi, beginner user of powerapps here!
I would like a form to only display specific fields dependent on if the current user logged in matches the user name in a column. I have already cached current user on start by using "Set(CurrentUser, User())" on OnStart property.
In specifics, this has to do with onboarding a new employee. HR will initiate a new form (entry) in a list named "Onboarding" and will fill fields, including one titled "Supervisor". Once HR has finished the form, an email will be sent out to the supervisor that was entered in the "Supervisor" field by HR, stating to fill out the HR form. This would be the same form that HR filled out but with only specific fields visible for the supervisor to fill out.
I'd like powerapps to match the current logged in user to the name in the "Supervisor" column, and if it's a match, display a field. If not, don't display
Thanks in advance.