Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleThe example of code block with array in response
Code Block
var arr = [1,2,3];
return arr;
Note

Please notice that following response values will be converted to null value:

  • undefined

  • NaN

  • Infinity

  • '' - empty string

Also please see session.vars by the link

Also please see Datasource by the link