
Hi,
I need to create a Split() to create an array that will be used to send out Approval to multiple approvers at the same time. I stored the emails of the approvers in a column in online excel and are separated them by Semi-colon.
Here is my flow currently. my goal is to send separate approvals to multiple approvers at the same time and record their output in an online excel.
Hi @Banjojo-21,
Just to double check? The assigned to supports multiple e-mail addresses separated by a semi-colon character.
So, looking at your flow an apply to each and using a split wouldn't actually be needed. You should be able to directly consume the value without the need to split it into an array.
Or do you have any specific reason/requirement to use this apply to each approach?