Mendix SAP - BTP Query with Destination

0
Hello Experts, I am building an app using XSUAA for SSO and SAP OData to Retrieve some Data my Query for now looks something like this:  @SERVICEROOT + '/' + toString(COLLECTIONNAME) However I see in the Docs That if I have a destination I should not include the Service Root. I have set my destination and I just deleted the @serviceroot from the query. I am trying to get some data with the Sap Odata action “Get List” so I pass my destination and my query which now looks like this:   '/' + toString(COLLECTIONNAME)   my destination Name is GGB I have tried having the @serviceroot and not having it both times I get 403 access forbidden and the problem has something to do with the destination, Any Idea or suggestion? thank you in advance
asked
0 answers