I'm trying to split a string in Flows at the first sign of any number.
I have some text formatted: "TEXT1234" for a list of items and I want to be able to split this string when the first of any number appears as the numbers can range from 0000 to 9999.
Usuaully I would have used a regular expression to solve this but I'm not sure how this works in powerapps or if it's even supported.
Any advice appreciated, thanks in advance.
Solved! Go to Solution.
hi @v-yamao-msft,
Unfortunately I'm performing some of the calculations in Flows because I have to use Microsoft Flows for a large majority of my application,
While I'm slowly working on ways around using Flows for this particular function, I posted the exact question in another part of the forums but I wanted to know whether it was possible in Flows,
The answer to this question is here: https://powerusers.microsoft.com/t5/Expressions-and-Formulas/splitting-strings-at-any-number/m-p/146..., And my solution is to perform some of the calculations in one Flow, return it to the powerapp to perform the necessary function with IsMatch using regular expressions and send that data to a new Flow.
While rather 'clunky', the whole execution from start to finish doesn't actually take too long so this worked great, thank you for your help.
Hi @Anonymous,
Are you working with PowerApps? There is a doc on Split function in PowerApps, please check it at here:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-split
I would suggest you post the PowerApps related issues on PowerApps Forum so that you might get the most qualified answers from there.
Best regards,
Mabel Mao
hi @v-yamao-msft,
Unfortunately I'm performing some of the calculations in Flows because I have to use Microsoft Flows for a large majority of my application,
While I'm slowly working on ways around using Flows for this particular function, I posted the exact question in another part of the forums but I wanted to know whether it was possible in Flows,
The answer to this question is here: https://powerusers.microsoft.com/t5/Expressions-and-Formulas/splitting-strings-at-any-number/m-p/146..., And my solution is to perform some of the calculations in one Flow, return it to the powerapp to perform the necessary function with IsMatch using regular expressions and send that data to a new Flow.
While rather 'clunky', the whole execution from start to finish doesn't actually take too long so this worked great, thank you for your help.
Link is not working for me.
Can someone help with expressions to be used in MS Flow.
Hi @Anonymous, I cannot access the solution. It gives me the following error:
You do not have sufficient privileges for this resource or its parent to perform this action.
Click your browser's Back button to continue.
Thanks,
Maarten
What hoops need to be exercised to gain permission to the answer?
User | Count |
---|---|
5 | |
5 | |
4 | |
2 | |
2 |