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;
The
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;
The