Notifications
Announcements
All,
This is my Output of my compose step.
RUN-CAC: Testing123I would like to create a new compose step to only parse the "Testing123". So essentially I need to trim out the bolded text.Does anyone know how I can achieve this?
Your parentheses are unbalanced. You have 3 open parentheses and 4 closing parentheses. Remove one of the closing parentheses.
Hi @ScottShearer
I am using same formula as you given but it says expression is invalid.
Hi @PowerAppsUser99
You can use Split function to split the string.
split(variables('MyString'),'with')
------------------------------------------------------------------------------------------
Regards,
Bharti
Community Support Team _ BhartiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@PowerAppsUser99
Following up on what @Pstork1 has offered, here is an example of the split() technique:
If the text at the front is always RUN-CAC: then you could do a simple replace() to replace 'RUN-CAC: ' with ''. If its something else each time, but always ending in a : then you could do a split and use Last() and Trim to get the value.
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.
David_MA 245 Super User 2025 Season 2
Expiscornovus 207 Most Valuable Professional
trice602 185 Super User 2025 Season 2