Hello Experts,
I have to search for a string "INT-" so not sure as no string functions are not working with this.
Thanks in advance
Hi @ferha_jafri ,
I've built it using Parse, and as you can see it works perfectly:
Workflow attached.
M.
You can use the Regex function to produce a matched output:
This will give a TRUE or FALSE response to whether or not the string contains Int-.
I tried this but it did not work.