I have 2 sharepoint list that are basically the same list. List A and List B. Once List A item is "Approved" I need to remove it from that List A and added to List B. Both list contain a column called Attendees that is of type Person or Group. I can't figure out the correct way to accomplish this. I have tried Claims and such but then it adds a record for each person listed in the Column of type Group or Person.


If I add any of those options it changes that Create Item to an Apply to Each and adds a record for each person. I have tried multiple different way trying to get that data into a variable or a compose and have that added just once but I haven't been able to figure it out. Any help with this is greatly appreciated.