Does Power Apps Code Apps getAll() support query expand like Dataverse Web API? #291
Unanswered
DEVDinhDiem
asked this question in
Q&A
Replies: 1 comment
|
Hi, Currently the native Dataverse integration does not support this capability. When I queried this with Microsoft, they suggested using the Dataverse Connector instead of the native integration. The approach is documented here: https://learn.microsoft.com/en-us/power-apps/developer/code-apps/how-to/connect-to-data |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’m using Power Apps Code Apps with generated Dataverse services (@microsoft/power-apps/data).
In my project, the generated getAll options include fields like select/filter/orderBy/top/skip, but I don’t see an explicit expand option.
I need to query a table and include related parent/navigation table data in the same request, similar to Dataverse Web API $expand.
If there is official documentation confirming this behavior, please share it.
Thanks!
All reactions