Does Power Apps Code Apps getAll() support query expand like Dataverse Web API? #291
Unanswered
DEVDinhDiem
asked this question in
Q&A
Replies: 0 comments
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!
Beta Was this translation helpful? Give feedback.
All reactions