Hi there,
I have a flow that captures a user input, the expected input is "LH" and then some digits. For example, LH12345 or LH123456.
I have a flow that consumes this user input, but sometimes the user inputs just the digits, an example: "12345" or "123456".
Or, sometimes users include a space, LH 12345 etc. This causes my flow to fail, as it is expecting it to start with "LH" and for there to be no spaces.
How would I write an expression that checks if: 1. If it does not start with LH, then add that in and or, remove any spaces?