I would like to receive a list of managers' emails for a list of employees' emails that are entered in a "Text input" in Outlook format (i.e. last name, first name <first name.last name@yyy.com>;)
I ran successfully this command to find managers based on list of employees separated by semicolon but it's not enough for my need:
Concat(ForAll(First(Split(Last(Split(TextInput2,"<")).Result,">")).Result),Office365Users.ManagerV2(Value).mail),Value,"; ")
How can I expand the command that will allow receiving a list of the number of employees based a list in Outlook format?

Report
All responses (
Answers (