Announcements
In Dynamics 365/PowerApps with Dataverse I need to select all column values from multiple tables similar with "select * from <table_name>". How can I do this in FetchXML?
Thank you very much for your input!!
@drhorg
If you want to select all columns you can do this with the all-attributes tag.
e.g.
<fetch> <entity name="account" > <all-attributes/> </entity> </fetch>
Thank you HSheild for the quick response.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 103
WarrenBelz 82 Most Valuable Professional
wolenberg_ 67 Super User 2026 Season 1