web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Unanswered

Audits logs

(0) ShareShare
ReportReport
Posted on by 337

Hi,

 

I have enable the audits on custom tables in Dataverse.

 

To check summary, every time I have to go in Admin center.

 

I decided to build a screen in canvas app and I have fetch the details form audit table, but table not giving all the fields like, Changed By, Record Information.

 

Please suggest me how I can show all the fields in canvas application that available in Audit Summary View.

I have the same question (0)
  • Prakash4691 Profile Picture
    1,332 on at

    @VD ,

    To get user/teams details of who made the changes you can try below formula. It is a polymorphic lookup you have to write formulas in such a way to get the data. Below snippet is an example of getting user or teams name for label inside gallery.

    If(IsType(ThisItem.'Changed By',Users),
    AsType(ThisItem.'Changed By', Users).'Full Name',
    AsType(ThisItem.'Changed By', Teams).'Team Name')

     

    We can't get granular details like we get it inside powerapps audit summary view. To summarize, it will be very hard to get record information, because you might have enabled audit for entire organization or for few entities. In such case, you need to write formula like above for all the entities where audit has been enabled.

     

    Since "changed by" involves only two entities user/team so it is easy to write formula and also no changes required. If it is for multiple entities your formula will get complex and in future if you create any new entity with auditing enabled, then changes required everytime in the formula. I would not recommend that way.

     

    I hope I have provided necessary information.

    If it answers your question. Kindly give kudo and accept it as solution.


    Regards,
    Prakash

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard