Hi bubblers,
How can I used regex (or anything similar) to transform these list items:
apples, oranges, bananas
pear, mango, apples
…
Into separate text components within a repeating group (3 columns):
In text element in the first column of the repeating group (apples, pear) I’m using the below which work well for the word preceding the first comma.
Any help much appreciated.