Sirisha2020
4 years agoContributor
How to use property transfer to fetch specific value in the JSON response.
Hi,
I have query on property transfer . I want to retrieve from data TC1 and pass that value as input to TC-2. But when I tried with Property value i am getting entire JSON response.
For E.g. In TC-1 JSON response has below response data:
"Policy_No" : "xxxx"
href: aaaa/Test/ccc/dddd
I want to fetch dddd value and pass that value to TC-2. As I mentioned earlier, Using property value, I am getting entire JSON response as input to TC-2 not dddd.
Please let me know how to do this or let me know is there any other way to do this.
Thanks.