Passing Data from one Runbook to another
Hi Guys,
I have a User Account Creation Runbook that is triggered via the the portal, when HR submits a request. The requires an approval. We have a Runbook that fetches any Activity that has a reviewer and emails the reviewer (Email Reviewer).
Is there a way to setup a Runbook (Email Reviewer) to fetch the data submitted in Another Runbook (by HR in User Account Creation Runbook)? We'd like to add these data to the email sent to reviewer for them to review it straight from the email, instead of them going to Service Manager Console/Portal to see what HR entered.
Many thanks in advance.