Help using the "Set block definition" to make custom-block report a List

You may look at the extensions.js , 'var_set('
There is an explicit scope manipulation

  local = proc.context.isInCustomBlock() ?
             proc.homeContext.variables
           : proc.context.outerContext.variables;

There's an official Jens-approved way to do it:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.