Okay, now I understand.
You want to add data lists to a column in your repeating group (on the invoice)?
The plugin isn’t really suited to that…
But we can find a solution to meet your needs. Does the “Lista dezenas dos jogos” list contain a fixed number of values?
If it contains 15 values each time, you can try:
Do a search for JOGOS DO BALAOs: each item’s Lista dezenas dos jogos formatted as text split by (XXX).
And in your “formated as text” you put:
Content to sho per list item : “ This item first item, This item #item2, (…) This item #15 ” by putting distinct data dynamics each time and has the list without spaces.
Delimiter: “XXX"
Normally this should work, but we’ll have to see how it turns out…