[Issue] How to call a Dataverse Custom API implemented with a C# plug-in from a Power Apps code app? #290
-
|
I would like to ask about the recommended way to use a Dataverse Custom API that is implemented with a C# plug-in from a Power Apps code app. Microsoft documents that Custom APIs can be created in Dataverse and implemented with plug-ins for server-side business logic. In my case, the Custom API is used to execute a query against Dataverse and return the result to the app. I would like to understand the correct approach for calling this Custom API from the app, passing input parameters, and reading the returned response. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for the question! Calling Dataverse Custom APIs (plugin-backed, bound/unbound actions) directly from a Code App is not currently supported, but it's something we're actively working on. We'll update this discussion when support becomes available. This is not a bug — moving to Q&A discussion. Feel free to follow this repo for updates. |
Beta Was this translation helpful? Give feedback.
Thanks for the question! Calling Dataverse Custom APIs (plugin-backed, bound/unbound actions) directly from a Code App is not currently supported, but it's something we're actively working on. We'll update this discussion when support becomes available.
This is not a bug — moving to Q&A discussion. Feel free to follow this repo for updates.