Forum Discussion
RJanecek
13 years agoRegular Contributor
hm I dont understand what you wanna to do. What you mean with "I need now to use that result in another API" and ${PHYS_DID#result} what is PHYS_DID and result ?
when you wana use this property in another script you need to save
context.setProperty("did", did)
and then get
context.getProperty("did")
when you wana use this property in another script you need to save
context.setProperty("did", did)
and then get
context.getProperty("did")