Hi guys,
I am working on an issue, which eludes me.
I have an App which is connected to a sharepoint list (mylist). All columns of this list are formated to single line of text.
In this App I want a user to be able to select a person responsible for a task and to have the email adress for the selected user stored in a column in mylist. I have realized this by a combobox with Items property: Combobox1_1 Items = 'Office365-User'.SearchUser({searchTerm:ComboBox1_1.SearchText;top:10})
Additionally I use a textbox with Update property: ComboBox1_1.Selected.Mail. Subsequently I use a Power Automate Flow to notify the repsonsible person about the task.
This works well and just as intended. However, I was asked to include multiple selections for the responsible person, so that the notification is sent to an entire team.
I have tried a lot. Especially with Concat function but nothing seemed to work. Does anyone have any ideas?
BR,
Gonzo