Forum Discussion
SeanConnaughto1
Qrew 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
------------------------------
MikeTamoush
3 years agoQrew Commander
Worked great thank you!
------------------------------
Mike Tamoush
------------------------------
------------------------------
Mike Tamoush
------------------------------