I have created a flow in service now virtual agent designer. In one step, it interacts with Watson and fetches some data. My requirement is to save this data and use it further in the flow. Is it possible? Code Flow

1

There are 1 best solutions below

0
On BEST ANSWER

Yes its possible by attaching the property to the vaVars object. Whatever you fetch in the Watson call, just attach it by creating a property on the vaVars object, and it will become available to subsequent flow actions.

Do it in the Watson call script action that you are using.