Hello,
We have an OData API hosted on-prem that we'd need to call from Dynamics 365 CE / Model-driven app.
We don't want to expose that API directly so we consider going through the On-Premise Data Gateway (same gateway used for Power Automate / Power Apps):
https://flow.microsoft.com/en-us/blog/on-premise-apis/
We have 2 methods:
1 GET that return a list of items --> ideally we'd like to use it as Virtual Entity
1 POST that creates a record in a On-Prem LOB application --> we'd make the POST from a model-driven app plugin.
Are those 2 scenarios possible?
Any pointer would be appreciated
Thanks,