I am writing a Flow to update a Sharepoint list with some MultiChoice columns.
The trigger for the Flow is an insert or update to another Sharepoint list which has the same MultiChoice columns.
When I include the MultiChoice columns in the Flow, it encases the Create Item action inside an Apply to each. Then I get an error message
The action 'Create_item' is nested in a foreach scope of multiple levels. Referencing repetition actions from outside the scope is supported only when there are no multiple levels of nesting.'.'.
How do I update the list with two MultiChoice columns?