I have two lists, one is a fully restricted view of the other as you cannot set permissions at the column level.
I have a 2 flows; one runs when a new item is created in the original list and creates the same item in the new list linked with a second ID field and the other runs when an item is updated in the original list and updates the same item in the new list.
I have a choice field in List 1 where users can select multiple options and the same field is replicated in List 2. I would like to have List 2 choice updated with the same value/s as in List 1 but I cannot get my Flow to accept my Array variable.

Is there a reason for this? Thanks.