Forum Discussion
Manoj
13 years agoContributor
Hi,
Thanks for the response. However I have tried all the combinations.
if I use the below code then i am getting the desired response.
globalAuthTransfer =context.expand('${CelciusToFahrenheit#Response#${Properties#aa}}') // this returns the actual value from response
but when i save or get the values in a variable i am not getting the response.
value1 = props.getPropertyValue("aa")
globalAuthTransfer =context.expand('${CelciusToFahrenheit#Response#${value1}}') // this returns null
Please suggest
Thanks,
manoj
Thanks,
Manoj
Thanks for the response. However I have tried all the combinations.
if I use the below code then i am getting the desired response.
globalAuthTransfer =context.expand('${CelciusToFahrenheit#Response#${Properties#aa}}') // this returns the actual value from response
but when i save or get the values in a variable i am not getting the response.
value1 = props.getPropertyValue("aa")
globalAuthTransfer =context.expand('${CelciusToFahrenheit#Response#${value1}}') // this returns null
Please suggest
Thanks,
manoj
Thanks,
Manoj