Forum Discussion
Jasper175
13 years agoFrequent Contributor
ok Groovy Man...
Now I have the log responding with only a single DID...
I need now to use that result in another API
Example if I do:
if (did !=null){println(did)}
or better yet if (did !=null){log.info (did)}
The "log" is correct
But when I use GET DATA in an API
${PHYS_DID#result}
It's not pulling anything - the tag is blank
Now I have the log responding with only a single DID...
I need now to use that result in another API
Example if I do:
if (did !=null){println(did)}
or better yet if (did !=null){log.info (did)}
The "log" is correct
But when I use GET DATA in an API
${PHYS_DID#result}
It's not pulling anything - the tag is blank