Here is an example of my problem. I have the following typetree:
Root
|-Text(item)
|-Texts(group, delimited, literal separator=<NEXT>, components=Text[1:s])
I have 3 cards:
serie1 (type=Texts), rule =clone("test", 3)
serie2 (type=Texts), rule =clone("test", 3)
union (type=Texts), rule =?
How can I get a union containing both values from serie1 and serie2?
If possible not to use RUN
source
share