Hi everyone,
I have a flow where I'm grabbing the meeting invitees from a Sharepoint list, these are formatted in multiple email addresses that can be different each time and submitted as "example1@example.com;example2@example.com" in the list.
When I select the meeting invitees I get "example1@example.com;example2@example.com\n" as my string. I'd like to remove the /n characters as this is causing my create a teams meeting action to fail when I use the output of my meeting invitees for the required attendees field.
Could someone please help me out figure this out?
Thank you in advance