You can group by text.language , I put:
{texts.Language_String3}
and leaves me [spa, spa, eng] or [eng, eng, spa, eng] etc, etc
and I would come out in both cases [Spa, Eng]
I want tell me the languages but without repeating
thank you very much
Grouping
Re: Grouping
Just filter things as you see fit

Code: Select all
{texts.LanguageString3.upperInitial().unique().sort()}