> For the complete documentation index, see [llms.txt](https://docs.powertable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powertable.com/explore-powertable/product-updates-release-notes/whats-new-in-powertable-august-2025.md).

# What's New in PowerTable - August 2025

We are excited to introduce two major features in this release:

1. Including Attachment Columns in your table
2. Bulk-create actions in automation.

There are also several other improvements, such as the evolution of filters into a separate filter pane, an enhanced 'Manage Columns' window that displays the data type of each field, and so on.&#x20;

## New

### 1. Attachment Columns

Introducing **attachment columns** in this release, which makes PowerTable even more efficient. You can now attach multiple files directly to records, streamlining your reviews, discussions, and collaboration.

* Add file attachments directly to table records from your local system.
* The maximum size supported for each file is 25 MB. There is no theoretical limit to the number of files you can attach to a record.
* Access to these files is governed by [row access permissions.](https://docs.powertable.com/explore-powertable/product-updates-release-notes/pages/zDmYsHLaOQ7uXJjBcZUz#id-2.-update)
* PowerTable users with relevant row access can download and save these files to their system.

<figure><img src="/files/kr2wHQhtNJ0K9wNBnvYv" alt=""><figcaption><p>Attachment Column</p></figcaption></figure>

The supported file types for attachments are listed [here](/explore-powertable/working-with-powertable/column-setup/add-visual-column/attachments-column/supported-file-types-for-attachments.md).

By combining this feature with PowerTable's commenting and approval workflow capabilities, your team can now centralize feedback, track updates, discuss, collaborate, and manage asset approvals—all without leaving PowerTable. Say goodbye to scattered tools and enjoy a more efficient, integrated workflow for your digital assets.

### 2. Bulk-create Actions using Automation

We have enhanced automations with the ability to **bulk create records**, making it easier to generate multiple entries in one go.

This feature works with the **Find Records** action: once your automation identifies a set of records that meet certain criteria, you can automatically create corresponding records in another table—or even the same table. Each matching record is processed and added without manual intervention.

<figure><img src="/files/tQhF0HFATfRGjIppBlkf" alt=""><figcaption><p>Bulk create records</p></figcaption></figure>

With this update, repetitive data creation becomes faster, more consistent, and completely automated.

You can use it to:

* Send reminders for overdue tasks.
* Create restock requests for low-inventory items
* Create scheduled updates or logs with filtered data.

## Enhancements

### 1. Filter Pane

The filter options in PowerTable have evolved. Basic, Top N, and advanced filtering options are all now available within a single Filter pane that can be moved to the left or right of the table.

<figure><img src="/files/Yvjb5zvR5RdOBOFwQLXt" alt=""><figcaption><p>Filter pane</p></figcaption></figure>

You can also lock filters, preventing users with 'Viewer' access to a specific Fabric workspace from modifying filters. More filter pane updates are coming soon!

### 2. 'Manage Columns' with data type information

The 'Manage Columns' window now includes an additional data type field, allowing you to quickly view and understand the data type of all fields.

<figure><img src="/files/WaCOc3ujzZ0MaFW5oyIm" alt=""><figcaption><p>Data type of columns</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.powertable.com/explore-powertable/product-updates-release-notes/whats-new-in-powertable-august-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
