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 Automate / Need help with clearin...
Power Automate
Unanswered

Need help with clearing filters on populated excel tables

(0) ShareShare
ReportReport
Posted on by 21
Dear all,
 
I have managed to populate some data into created excel tables by power automate. However, I need to clear the filters that are automatically generated after the tables are created as the image below. I used the following script (after the image) from office scripts to clear those filters with no luck. Can you help me fix this problem?. Thank you
 
 
 
 
 
function main(workbook: ExcelScript.Workbook) {
    // Get the active worksheet
    const sheet = workbook.getActiveWorksheet();

    // Get all tables in the worksheet
    const tables = sheet.getTables();

    // Clear filters for all tables in the worksheet
    tables.forEach((table) => {
        const filter = table.getAutoFilter();
        if (filter) {
            filter.clearCriteria();
        }
    });

    // Clear filters applied directly to the worksheet
    const autofilter = sheet.getAutoFilter();
    if (autofilter) {
        autofilter.clearCriteria();
    }

    console.log("All filters cleared.");
}
 
Categories:
I have the same question (0)

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 959

#2
Valantis Profile Picture

Valantis 872

#3
Haque Profile Picture

Haque 589

Last 30 days Overall leaderboard