Forum Discussion
SeanConnaughto1
3 years agoQrew Cadet
Hi Mike,
If it is a semicolon delimiter you could try using regex, that is what I do for multi-select fields:
Find All Matches to Regex:
Text: {{yourfield}}
Regular Expression:([A-Za-z0-9\s]+);
For each match, search for {{x.group_1}}
------------------------------
Sean Connaughton
------------------------------
If it is a semicolon delimiter you could try using regex, that is what I do for multi-select fields:
Find All Matches to Regex:
Text: {{yourfield}}
Regular Expression:([A-Za-z0-9\s]+);
For each match, search for {{x.group_1}}
------------------------------
Sean Connaughton
------------------------------
- MikeTamoush3 years agoQrew CommanderThanks Sean. Do you know if there are any good help documents on Regex? Ive never used it, and what you wrote looks a little like a foreign language to me :)
I mean, I could just copy and paste what you have, but just trying to teach myself what it means.
------------------------------
Mike Tamoush
------------------------------ - MikeTamoush3 years agoQrew CommanderWorked great thank you!
------------------------------
Mike Tamoush
------------------------------