> 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-september-2025.md).

# What's New in PowerTable - September 2025

## New

### 1. Gantt View

Introducing Gantt view in PowerTable which takes your project data management to the next level. Gantt charts can help you better track your tasks and identify the latest progress, dependencies, and milestones.

Use PowerTable's Gantt view to add, edit, and track tasks on the fly, without having to navigate complex menus or write code. A wide range of customization options are available in the Gantt chart, from basic ones like changing the bar color to more advanced ones like changing the timeline view, adding hierarchy, dependencies, and more.

<figure><img src="/files/Speb9XV9TL1qL3UesZhY" alt=""><figcaption><p>Gantt view</p></figcaption></figure>

To learn more, refer to [this section](/explore-powertable/layout-views/gantt-chart-view.md).

### 2. Create Table—Import **File from OneDrive, OneLake, and SharePoint**

You can now import files from cloud data sources such as OneDrive, OneLake, and SharePoint to create a new table app in PowerTable.&#x20;

<figure><img src="/files/eKTDWUnbEbBnxoZaTVfk" alt=""><figcaption><p>Import a file from these sources</p></figcaption></figure>

### **3. Date Calculation Support in 'Update Record' Automation**

The **Update Record** action in automation workflows now supports **date-based calculations**, allowing you to update date field values by adding or subtracting time intervals such as days, weeks, months, or years from current, past, or future dates.&#x20;

<figure><img src="/files/P86vB3tnXty254XE1JMy" alt=""><figcaption><p>Date calculations to update date fields</p></figcaption></figure>

You can easily automate date field value updates with **predefined date functions** and **operators**.

<figure><img src="/files/1praLmb7LbD61d8WbFP5" alt=""><figcaption><p>Date-based predefined functions &#x26; operations</p></figcaption></figure>

## Enhancements

### 1. **Attachment Column—Support for OneDrive, OneLake and SharePoint Files**

You can now attach files directly from OneDrive, OneLake, and SharePoint to your records, simplifying file management and collaboration.

<figure><img src="/files/BvqDz8ulBVnKooASdE7x" alt=""><figcaption><p>Attach files from these sources</p></figcaption></figure>

### 2. **Email Automation – Dynamic Reference Support**

Email automations now support **dynamic references** in the **To**, **CC**, and **BCC** fields. You can customize recipients based on the record data, ensuring that only relevant updates and notifications are sent to the right people.

<figure><img src="/files/hGhIjOiJ4KViqu4vD0cc" alt=""><figcaption><p>Dynamic reference support in email fields</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-september-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.
