Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziThere is some help on it. It should be in the Field Helper section, where it talks about
{{^output#FieldHelperParameter^}}
and
{{^rename#FieldHelperParameter^}}
after this line "When the Field Helper widget has been appropriately filled in, it can be used in BRAINscript parameters via substitution to generate the appropriate BRAINscript code automatically. The following substitutions are allowed:"
So you would create a FieldHelper type parameter, say you called it "foo", then you would "use" it in a Script parameter, in a Filter, for example, like this:
{{^output#foo^}}
to output all the fields in the 1,2 or 3 group
Cheers
Rich