Currently this is working
ThisItem.'Supervisor Email'.Email = UserEmail
When the Supervisor form field has the email address of the supervisor matching the end user. with the Supervisor form field. They can see the form fields. Non-0365 user. Ad account
However, some of our users are now in 0365, and they cannot see the form fields for the supervisors.
I believe that this is the code for 0365
Office365Users.UserProfile(User().Email).Supervisor
Not sure if the above code is correct...
how do I get the 0365 and AD Supervisors to see the supervisor form fields?