I have a rest_client API that return data as JSON like this
response_body {"Type":"PRE","Stype":"1","IsIndividual":"True"}
I am using restfull API, then I use Decision that read data returned from API, I want check if the Type return from API = PRE
the problem that I can't read the data inside the JSON result and store it in parameter
how I can save the data return from JSON in parameter to use it
Mageshwaran RPosted Oct 5, 2020, 11:21 AM
أماني مفيدPosted Oct 1, 2020, 3:38 AM
Sachin SinghPosted Oct 1, 2020, 3:34 AM