Hi @bdc604 ,
To save multiple person column value from one list to another, please check if the following way will work for you.
Add trigger When an item is created in List33.
Initialize variable, Name: Test, Type: String.
Initialize variable2, Name: Test1, Type: String.
Initialize variable3, Name: Test2, Type: String, Value: ;
Add Apply to each, select from the multiple selection enabled person or group column.
Within the Apply to each, add the following actions:
Set variable: Name: Test2, Value: variables(‘Test1’)
Set variable2: Name: Test, value: dynamic content Mpwerson Email from the trigger.
Set variable 3: Name: Test1, value: concat(variables('Test2'),';',variables('Test'))
Under apply to each, add action Create item to create the item in another list11. Select dynamic content variable Test for the Mulperson Claims field.



Best regards,
Mabel