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?
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.
@PowerAppsUser99
Following up on what @Pstork1 has offered, here is an example of the split() technique:
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.
Hi @ScottShearer
I am using same formula as you given but it says expression is invalid.
Your parentheses are unbalanced. You have 3 open parentheses and 4 closing parentheses. Remove one of the closing parentheses.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 86 Super User 2026 Season 1
Haque 55
Ellis Karim 53 Super User 2026 Season 1