Hello!
I'm trying to send variables from the process to a REST API on the payload.
When I put the data as a constant it all works fine, I get a response.
Bu if I use a variable, business, process or local, it won't work. I get the following message:
"Unsupported expression type for testing: Input parameter 'body' uses an unreachable Expression"
I tried using a groovy script but the same happens: when using the constanta data it works fine, if I change it to a variable I get the same error.
Hope somebody can help me!
Solange Silva