Multiple list - Extract with regex

Hi All,

I tried to follow this example on trying to pull “multiple list” in thing in repeating group.

For content

My thing are stuctured in this manners

What i intent to do is to publish that orderproduct listing into seperate cell.

Here how i set it up following the example above.

but im struggilng with the regex expression. Googling extract with regex for comma seperated value comes to using this : (\d+)(,\s*\d+)*

but that doesnt work.

Im not sure if this is related to the regrex expression or the way i pulled data.

Hopefully someone can shed some light.

Nevermind, after intensive finding it goes down to 2 thing.

  1. my thing are “list of text”
  2. i found the regex expression here