Hi Team,
How to see the value of a variable from Powershell code (Run .Net Script)?
Sample Code:
$ResponseObject=Invoke-RESTMethod -Uri $URL method 'POST' -credential $CRED -body $JsonBody -ContentType 'application/json'
Here, I would like to see the value of the variable "ResponseObject" (which is the result from the web-service call). Can we achieve this using Published Data Tab? If Yes, Please let me know the steps to do the same.
Regards,
Jansi
