Hello,
I have two list . list1 have 3 person type column( per1,per2,per3) which not allows multiple selection . list 2 have one person type column (per1) which allows multiple selection . list 1 is patched from list 2 so both has same item , when an item is created in list1 , I want to update the column values from list1 (i.e. Per1,per2,per3) columns to list2 (per1) columns .
Help me to figure out this,
Thanks.