SAP OData connector

0
Hello,  I want to use the SAP OData connector to get some sample data from https://services.odata.org/V3/(S(katw3mtxxa3fpgxauabenaqe))/OData/OData.svc/ . and display it in a DataGrid. I have created a simple microflow to retrieve the list of categories.  In the GetList action I set the Query to 'https://services.odata.org/V2/(S(a20hramtut3dwnypcn4lwm5c))/OData/OData.svc/Categories'. When I run the app I get the following exception: Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.thirdparty.org.json.JSONException: JSONObject["d"] is not a JSONObject.     at MyFirstModule.Getproducts (JavaAction : 'Get list') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:83) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.thirdparty.org.json.JSONException: JSONObject["d"] is not a JSONObject.     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.thirdparty.org.json.JSONException: JSONObject["d"] is not a JSONObject.     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30)   Could you please give me an idea of what am I doing wrong or what may be the issue? Thank you!  
asked
0 answers