Hi,
I have admin list1 of my app, the column type there is Person or Group. List size is max 15 people.
Then I used Distinct(AdminList, Admins) for my dropdown menu items.
I have another list2, where I have my document for review by the admins.
I wanted to add an "Assigned to" column, to track to whom which document is assigned.
I have a gallery2, where list2 is pulled to track the workload on admins.
I am struggling with Patch function to edit List2 Person type column with the selected person from dropwdown menu (which is distinct people from List1, also Person type column)
Can someone help with that?
Thanks