Resolved! How to pass JSON to PowerShell MID server script
I am trying to pass JSON from my workflow to a PowerShell MID server script through a Run Powershell activity. The JSON string is being created in a Run Script activity:var dataObj = {};dataObj.displayName = workflow.scratchpad.displayName;dataObj.em...
