Hi,
In My process i have HTTP Task which invokes REST API and which has ''response’as response variable, i want to print response content in Script task
I am trying with below but its throwing an error, can you please help to me?
print(${response});
Thanks in advance!
-Santosh