There is an existed Sharepoint List, with some columns are multiple select.
Below is the Column "Role".
Building a flow to copy this sharepoint list to another, when new row is created.
In the "Create Item" action, I found it created EachLoop for the "Role" due to it is multi select items
So, the result became one original list row triggers multiple "create item action" as looped by the "role" column.
Is there any way to help me to just copy the list to anther, including the multiple select column as One item?