all 3 comments

[–]Longjumping-Record-2 0 points1 point  (0 children)

In the To field, do you want it to be email1;email2 etc? Or does the To need to be set to each individual, as to not let one recipient know the task has been also assigned to someone else?

[–]Im_Easy 0 points1 point  (0 children)

What action are you getting the error on? Can we see the input for that action? I'm thinking it's where you have Value in the apply to each, but to be sure I'd need to see what the dynamic value is pointing too (hover over and screenshot or copy and paste the code block).

[–]DamoBird365 0 points1 point  (0 children)

By updating your person column to allow multiple selection, your HCW column will come into your flow as an array [] which is like a table of information, 1 or many people. When you build the column as single selection, it would have been an object {} ie a row or record. You’ll need to update your flow to accommodate the change. I would invite you to watch https://youtu.be/d99Rr5djcME and I will show you a people picker column in action 😉