Skip to main content

How to extract the root of JSON result which I got from GET api call from JSON CALL step .?

I am able to fetch the attributes of root but I am unable to fetch the root itself .

Hi @Kundan,

Can you please provide an example of the JSON you get and the desired result.


Hi @AKislyakov 

Thank you for your response . 
 

I need to get all the attributes of d.

Right now I can fetch attributes like d.results.BusinessPartner .


One Desktop requires attributes to be explicitly declared. Therefore, the supported method is to list all attributes in the JSON Call step.


Reply