Hi Team,
I am quite new to CA, However have worked on various other automation Vendor tools. I am unable to understand that how we can pass the output of one Process to other Other
Like Example:
1.I am fetching the information of VMS,or disks on Server etc. And getting the output successfully.
2.Now post this I want to send the same output in Email. But I am stuck to map the output of previous results to Email operations.
Request immediate help on this.
Regards,
Shweta
In the Post-execution code of the first operator make a Process level variable equal to an Operator level variable.
(e.g. Process.ticket_number = Process[OpName].ticketnum;)
You can then refer to this Process level variable in any other Operator.