How to extract a number by length from the given input string?
Use Case String parsing is a common scenario when building workflows to solve business problems. In this article, I have taken a complex problem of extracting number from a given string. I will demonstrate how we can create a utility flow by using expressions, select & filter actions to perform the extraction operation. Scenario An […]