How can I get the output from a custom powershell activity to show in another activity further in the workflow
Within the custom PS activity, I set up the variable to output: Write-Host "$($DPW)". The next activity is a notification where I need to take the output (dpw) and send in an email. I've tried several things within the notification with no succes...

