Hi everyone, I am really stuck on something and will be grateful for any advices on how to improve my flow. I want to copy a SharePoint list from one site to another. There are 7 multi-value columns giving the details of contact persons. I first use "Get Items" to select the list from which I want to copy. After that I use "Select" action for all the multivalue columns one by one. But it automatically creates For Each two times. As in the screenshot below:

After that, I add a "Create Item" action and choose the "For Each" created above respectively.

But when I try to save it, it is giving me an error that: Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The inputs of template action 'Create_item' at line '1 and column '2936' is invalid. Action 'For_each' must be a parent 'foreach' scope of action 'Create_item' to be referenced by 'repeatItems' or 'items' functions.'.'.