Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Unanswered

string of mailboxes

(0) ShareShare
ReportReport
Posted on by

Hi everyone!


I have a form from 'Cognito Forms' where i connected a Ms Flow to create and send outlook calendar event with the data. But, in optional attendees textbox data come with square parenthesis symbol that no recognize it

How i can delete square parenthesis or indicated for textbox optional attendees they are many mailboxes separated with semicolon?

 

inputs.png

tempsnip.png

P.D In the form, mailboxes can be obtained with the checkboxes selected


Regards 🙂

  • eric-cheng Profile Picture
    5,171 on at
    Re: string of mailboxes

    Hi @ncancino ,

     

    You an use the Replace() function to find and remove the square brackets and other other characters.

     

    replace(your string value,what to replace,what to replace it with)

     

    replace(variables('MyString'),'[','')

     

    Alternatively, you can also save the output to an Array variable and loop through the array or access individual emails via the index to build your email string

     

    variables('MyArray')[0]
     
    --------------------------------------------------------------------------
    If I have answered your question, please mark my post as a solution
    If you have found my response helpful, please give it a thumbs up

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics