Versions Compared

Key

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

...

Code Block
var _ = global.get('lodash');

var flowContent = _.get(msg, 'data.dynamicData.result.0.flowdata', null);

if (flowContent && flowContent.flowInfo) {
 _.set(msg, 'orbita.session.flowInfo', flowContent.flowInfo)   
}

return msg;

Save partial Flow studio data

...