What’s New Inside the Data Table Configuration?
The difference appears when you open the settings for an individual column. Under the “Let Users Modify Data Table” options, new controls are available.
Each column can now be configured to allow sorting or inline editing. Enabling editing for a field like First Name instantly changes how the table behaves.
Once the Flow is saved and tested, users can update values directly inside the table. The interaction feels smooth and natural. However, those changes aren’t saved automatically.
To store the updates, an Update Records element is added. The Data Table component provides multiple output collections, including one that contains only the rows that were edited.
Using this Edited Rows collection ensures that only modified records are updated. Other outputs, such as selected rows, continue to work exactly as they always have.
After connecting this logic, running the Flow again confirms that the updates persist as expected.
At this stage, relationship fields are still read-only. Fields like Owner cannot be changed in-line yet, though this may evolve in future releases.
Keeping Your Org Stable While Making Changes
Editing isn’t the only improvement included in this update. Sorting can also be enabled at the column level.
By returning to the Configure Columns section and enabling sorting for a field like Last Name, users can rearrange records directly within the table.
After saving and testing the Flow again, sorting works seamlessly, especially helpful when working with larger record sets.