Hello, Folks
Is there a way to make this syntax work within a ClearCollect, or Collect function?
ClearCollect(colLocationList,
ForAll(Sequence(16), {LSD_Values:Text(Value)}),
ForAll(Sequence(36), {SEC_Values:Text(Value)}),
ForAll(Sequence(126), {TWP_Values:Text(Value)})
);
I'm trying to collect multiple columns of different sequenced values in one function... This syntax is accepted but only the first column returns values when executed:

Any thoughts?
Thanks!