Split list items by comma into three separate text components based on text position (regex or similar)

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.

I don’t think you need to use a regex here. You should be able to use :split by and then :item #. See below:

Screenshot 2022-09-15 at 6.02.38 PM

So simple! Thanks so much for your help.

This topic was automatically closed after 70 days. New replies are no longer allowed.