Friday, May 30, 2025
2 changes · master
Enhancements to existing features
Studio exports now exclude inactive records, so exported data better reflects what users actively work with. This reduces clutter and helps teams avoid sharing or importing outdated inactive entries.
Original PR description
**Purpose:** - Exported data from the studio includes inactive records. **Specifications:** - Only active records should be exported. task-4285741
Spreadsheet text filters can now use more than one selected value or range of cells. This makes filtering spreadsheet data more flexible and reduces repetitive setup when users need to include several text options at once.
Original PR description
With text filters, we can already select a range of cells and select one among them. This commit allows to select more than one. Task-3905276