How to get one value from the response
Summary:
How to get HashKey value from the response
Content (please ensure you mask any confidential information):
Hi,
I have Response of REST adapter where I am able to get the href link value which is some thing like this
"https://xxxxxx.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/itemsV2/00040000000EACED00057708000110D931A6DA500000000EACED00057708000110D931993EE00000000EACED00057708000110D931A6DA500000000EACED00057708000110D931993EE0"
I am able to get it through this expression:
$Items/ns20:executeResponse/ns23:response-wrapper/ns23:items[1]/ns23:links/ns23:href
Now I want only the last part of the href "00040000000EACED00057708000110D931A6DA500000000EACED00057708000110D931993EE00000000EACED00057708000110D931A6DA500000000EACED00057708000110D931993EE0" which is unique and I need to pass it to the next mapping. But I am unable to convert it into string or use string functions.