Notifications
Announcements
how to remove "[ ]" from "[Mithesh]", so that my output will be Mithesh . I can use two replace functions , can i use only one to replace 2?var1 = "[Mithesh]"
example: replace(variables('var1'),'"[','')
replace(variables('var1'),']"','')
Yeah, you can nest it. replace(replace(variables('var1',']',''),'[','')
still getting error.
Your variable isn't wrapped. Try this:
replace(replace(variables('BeneficiaryFirstName'),'"]',''),'"[',''))
That's my fault, I notice I missed it in my example.
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 503 Super User 2025 Season 2
Tomac 321 Moderator
abm abm 237 Most Valuable Professional