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 Platform Community / Forums / Power Apps / Annotation/Notes table...
Power Apps
Suggested Answer

Annotation/Notes table in Power Platform

(1) ShareShare
ReportReport
Posted on by 16
How can we clean/delete from this table properly? Anyone has experience or a nice step by step?
I have the same question (0)
  • Suggested answer
    MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
     
    This is a system table. This table may contains attachments are often business‑critical and Notes may be referenced in timelines, emails, or integrations.
     
    Why you want to delete this table and what is the business need?
     
    What is the volume of data which resides in the tables ?
     
    If the volume is huge you need to proceed with bulk delete 
     
    Other way  Delete Notes Using Advanced Find (Manual / Controlled)
     
    Open Advanced Find and Look for the Table: Notes (Annotation)

    Add filters based on your business criteria (for e.g.,)
    • Created On Older Than X days
    • Is Document = Yes / No
    • File Size > X MB
    It will show list of records, Select records → Delete
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
     
    To avoid the data loss, make sure you have moved the files to some repository or sharepoint for the safety purposes.
     
  • Suggested answer
    Valantis Profile Picture
    6,735 on at
     
    bulk deletion job will do the job for you.
     
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

     

     
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    Cleaning up the Annotation (Notes) table in Microsoft Dataverse needs a bit of care because it often stores file attachments, which can quickly consume storage.
     
    Here’s a safe, step-by-step approach used in real projects 
     
    1. Understand what you’re deleting
    The Annotation (Notes) table contains:
    • Text notes
    • Attachments (documentbody → base64 file content) ❗ (main storage consumer)
    • Links to parent records (via objectid)
    Deleting notes = permanent deletion of attachments
     
    2. Before deleting
     
    Take backup if needed:
    • Export via Dataflow / Power Automate / Excel
    Identify:
    • Old notes (e.g., > 1 year)
    • Notes with attachments only
    • Notes linked to inactive records
    3. Recommended Approach (Bulk Delete Job)
    Use built-in system job (best for large data)
    Steps:
    1. Go to:
      • Advanced Settings → Data Management
    2. Click:
      • Bulk Record Deletion
    3. Create new job:
      • Table: Notes (Annotation)
    4. Add filters:
      • Example:
        • Created On < 01-Jan-2023
        • AND
        • Is Document = Yes
    5. Schedule:
      • Run off-hours (night/weekend)
    6. Enable:
      • Recurring cleanup (optional)
    Runs server-side → efficient + safe
     
     4. Power Automate (Controlled deletion)
    Useful when:
    • You need logic-based deletion
    Flow design:
    Trigger:
    • Manual / Scheduled
    Action:
    • List rows (Annotation)
    Apply filter:
    isdocument eq true and createdon lt 2023-01-01
    Loop → Delete row
    Add:
    • Pagination
    • Concurrency control
    5. Advanced Option (for very large datasets)
    Use:
    • Data Export → Azure SQL
    • Or Azure Synapse Link
    Then:
    • Analyze large attachments
    • Delete via API / SDK batch jobs
     
  • MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
     
    A quick follow-up to see, does the suggestion worked for you or still you were looking for any other approaches or assistance.
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
  • Valantis Profile Picture
    6,735 on at

    Hi @LorenaCucu,

    Just wanted to check in and see if everything is working now. If you still need any help, feel free to let me know.

    Also, if the issue is resolved, it would be great if you could mark the answer as solved so others with the same question can find it easily.

     

    Thanks and have a great day!

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard