Hello,
I would like to add persons into a list person column. I have email addresses and tried to add them into an array and after compose add them into a list. But during the save I received the following error:
"Flow save failed with code 'WorkflowRunActionInputsInvalidProperty' and message 'The inputs of workflow run action 'Append_to_array_variable' of type 'AppendToArrayVariable' are not valid. The provided value of '[ "@variables('First Approver')", "@variables('Second Approver')", "@variables('Sourcing Manager')", "@variables('CFM')" ]' of type 'Array' must be a primitive type, or a valid template language expression.'."

I don't understand what is the problem in my append array step. All of the variables are String and all of it contains valid email address. Could you please help me?
Best regards,
Gergő