Hi, when creating a new Update Data Action I am unsure of the value for the first field
const anUpdateData = scriptingActionFactory.addActionUpdateData( startupTask, 'update the data' );
anUpdateData.addUpdateDataStatement( ArchVariableInteger, 'Task.var1', '3' )
The addUpdateDataStatement returns an error for the ArchVariableInteger entry for the first field as below
ERROR! ArchFactoryFlows.createFlowInboundCallAsync - Caught unhandled exception during callback function execution. Ending session. Exception info: ReferenceError: ArchVariableInteger is not defined -- [ArchFactoryFlows]
What should be passed in this field?
Mike