Hello,
I am trying to copy over a multi-select person field from one SharePoint list to another. I am also copying over various other columns, including multiple choice columns. I'm really struggling to copy over the multi person field. I've tried many things and the closest I've got is copying over one person's name for all of the entries or duplicating entries with different people's names attached to them.
This is the flow I have:


And then in the create item action:

However, nothing seems to happen when I do this. I have another version which is slightly different which caused names to be copied over, but either one name was attached to each entry or entries were duplicated with different employees's names. Here is the flow for that:

expression: union(variables('varAllocUser'),variables('varAllocUser'))

Expression in filter array: string(item()?['Compliance_x0020_check_x0020_com'])

In the create item action, referencing the apply to each 4
Can anyone help with this?