I have a SharePoint list with a person column, that I've added certain employees to, with the list name "Advocates", the column name is "Advocate".
On a New form for "Escalations", I'd like to have a people picker that allows me to choose from the employee names on the "Advocates" list.
The default formula for the people picker on Escalations is:
Items = Choices([@'Escalations'].AssignedTo)
What would I change this formula to? I've tried the formula below with no success:
Items = Distinct('Advocates',Advocate.DisplayName)
I'd like to just populate this list with the items already added to the Advocate list under the Advocate title.