Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Response is a result of workflow blocks, which can be used as input datasource by other blocks.

 The example of code block with no response
var arr = [1,2,3];
 The example of code block with array in response
var arr = [1,2,3];
return arr;

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

  • No labels