Hello,
i want to add Team members to a team. Multiple Team members tho. My Variable for the Teams members looks like this:
test@email;Test2@email;test3@email
and so on. Is this Possible with a string? How can i achieve this otherwise.
Thanks in advance!
Okay, just in case that approach has any issue OR something for future reference for some other purpose.
You can use a Split expression by a delimiter (in your case semicolon) then the "for each" will give individual items of the string.
Hi @VJR
i have thought of another solution that i just came up with.
i am Creating a Collection from my person combobox.selecteditems
I am am patching this collection to my SP list multi select person column.
after that i am applying a for each loop to add each team members email .
i think this will work i was just about to test it
Hi @niklasjegg ,
Are you able to split the string by semicolon ; where you will get separate members and then add them one by one?
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2