Hi
I'm not sure if this at all is possible.
I have around 12 Email addresses listed in a choice column in SP.
Allowing a user to select a maximum of 2 users from the choice field.
Once submitted the 1 or 2 email addresses are the reviewers for part B
I am unsure how I set the fields to only be edit if the users logged in are listed in the choice field.
on the display property of the approver fields I had tried something like this:
vRecord.Reviewer.Value = CurrentUser.Email
I've set the current user on App OnStart:
Set(CurrentUser, User());
But this will not evaluate as one is a table and one is text.
How can I get this to work, especially as I have provide the users with a choice field with the 12 reviewer emails, it would have been easy if I used a person field, but I do not believe I can restrict the person field to just 12 named users, where they select.
Any help on this would be great.
Thanks

Report
All responses (
Answers (