I have a workflow to create a server inventory. It runs some WMI/Powershell to do this. When a user requests service I wanted their email address to be sent through to the vRO workflow and into powershell as a parameter.
I used the _asd_requestedBy variable and created a hidden Requestor variable (${_asd.requestInfo_~requestedBy~emailAddress)) as shown below...
When the workflow runs the variable 'Requestor' is populated with the email address perfectly.
My question is how can I now consume that variable in my vRO workflow?