> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/september-2026/september-2nd.md).

# September 2nd

**Changelog released on 2026-09-01**

Welcome to the latest update. We’ve improved datefilter end date handling, resolved infinite loaders on search table entity switch, optimized message bus lookups, added include-archived and display-columns settings to saved searches, fixed inline edit focus, folder search errors, asset upload prompts, and more.

## New Feature

1. **HTTP business rule action inside of PIM transaction:** (SP-2772)
2. **Add support for controlling matching and creation mechanism during imports:** Adds support for managing how imports work in terms of matching existing items. New options are added to allow selecting that entities shall always be created and no matching against existing items should occur (SP-2963)

## Enhancement

1. **Support searching assets not referenced in PIM:** New system column, References, added to assets. This will be set if asset have any references in the system. This can be used for maintenance/clean up of unused assets. (SP-2097)
2. **Allow users to copy saved searches:** It is now possible to copy saved searches. (SP-2425)
3. **Implement copy variant group:** It is now possible to copy variant groups. (SP-2557)
4. **Show clear-icon in search columns for quick reset:** Quick access to reset search column available as a “clear”-icon at the end of the search column input (SP-2577)
5. **Show only global list values which are not used anywhere:** Added toggle to only show global list values not referenced anywhere (SP-2579)
6. **Quick multi select in list and search view:** It is now possible to select multiple entities in both search view and list view by using the Shift key, to select a range of items, making bulk selection faster and more efficient. (SP-2645)
7. **Add search on template select in import:** A search field has been added when selecting a file template during import, making it faster to find the correct file template. (SP-2646)
8. **Add navigation from variant to product when unclassified:** A breadcrumb is now visible on variants of products that are unclassified, allowing you to go to its product. (SP-2672)
9. **Improve accessibility for app integration flow:** Improved accessibility for the app integration flow. (SP-2683)
10. **Transaction statistics widget looks interactable:** The transaction statistics widget UI has been changed to better reflect what it does. (SP-2733)
11. **Error message when creating font not shown:** Added an error message for when a font cannot be created. (SP-2950)
12. **Support optional render blocks when values are null:** Support for optional render blocks in render pattern that are omitted when their value is null. (SP-2975)
13. **Files topbar dropdown is a bit too persistent:** The Files topbar dropdown will now close when clicking outside the menu. (SP-3003)
14. **Add "Select all fields" for list attribute export:** Added a 'Select all fields' option for list attribute export. (SP-3020)
15. **Inline edit: editing list attribute and tabbing, sets focus on next attribute:** It is now possible to edit list attributes through inline edit and tabbing sets focus on the next attribute. (SP-3022)
16. **Uploading an asset with a existing file name, prompts the user to answer two questions:** Replaced an ambigious text with a more clear one. (SP-3023)
17. **Optimize messsage bus message lookup:** Optimized API-endpoint looking up bus messages.(SP-3073)

## Bug

1. **Special characters in filename:** Disallowed the '#' symbol in file name. (SP-2652)
2. **Reference attributes in advanced filters do not work with internal ids and copy-paste to 'is included in list' operator:** Fixed issue with advanced filters and reference attributes. (SP-2818)
3. **Optimize displaying of OAuth2 token request failure:** Made some optimizations to how the OAuth2 token request failure is displayed. (SP-2853)
4. **Disallow opening multible column managers:** Makes sure the CTRL+ SHIFT + C closes column manager if it is already open. (SP-2957)
5. **Quick export can return duplicate rows:** Fixed issue where quick export would sometimes return duplicate rows. (SP-2958)
6. **Attempting to generate text on asset model results in "Unknown entity type" error:** (SP-2976)
7. **Dashboard toggle editmode shortcut only works one way:** (SP-2983)
8. **Disallow opening multible add widget dialogs:** Prevented the user from opening a 'add widget'-dialog when they are already in that specific dialog. (SP-2984)
9. **NumberAttributes in a list only renders the first value in search:** Fixed issue with numbers not being rendered correctly in search. (SP-2990)
10. **Opening media picker takes a long time on tenants with lots of folders and assets:** Improved performance on media picker. (SP-2991)
11. **Saving "archive reason" always displays dirty dialog:** Fixed issue with saving 'Archived reason' (SP-3000)
12. **Translation Mode doesn't honor regex validation:** Fixed issue with translation mode circumventing regex validation. (SP-3002)
13. **List import fails if no value included:** Fixed issue where list imports would fail if no value was included. (SP-3010)
14. **Error is thrown when attempting to search for folders:** Fixed a bug where it was not possible to search for folder while uploading assets on a product or during import. (SP-3021)
15. **Overflow missing on inline entity reference picker:** Scrollbar displayed if more than four references added. (SP-3029)
16. **Datefilter does not include all end date:** Fixed issue with the date filter not including all end dates. (SP-3082)

## Task

1. **Add 'Business units' column to User groups overview:** Added a 'Business units' column to the user group overview. (SP-2734)
2. **Add rate limit information to HTTP 429 responses:** Added useful rate limit information on HTTP 429 responses. (SP-2850)
3. **Add 'include archived' and 'display columns' settings to create saved search flow:** When creating a saved search Include archived and columns can not be set. (SP-3024)

## Feature request

1. **Bulk add business rules to folders:** It is now possible to bulk add business rules into business rule folders. (SP-2349)


---

# 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.struct.com/changelog/september-2026/september-2nd.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.
