Announcements
Hello
I am currently creating a flow in power automate.
Is there a way to remove unwanted character in a string
String : 0586-63- 1360
I want to remove the first 0, - and the space
Exact output : 586631360
Thanks
Hi @GPT2 ,
You can write a compose expression like this example:
replace(replace(substring(triggerBody()?['subject'], 1), '-', ''), ' ', '')
In my example - I am using the text as if it were in the subject but replace triggerBody()?['subject'] with the dynamic content of your data.
@trice602 ,it is now working.thank you very much.
Very nice to hear this morning @GPT2 !
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 468
Haque 370
Valantis 354