February
26/02/2026
App: 5.76.0
Settings: 5.76.0
Resolved issues
🎨 Conditional Formatting
Fix a Conditional Formatting refresh issue
When fields are subjects to some Conditional Formatting rule conditions (condition based on IN operator) updating the condition correctly refreshes the Conditional Formatting status.
24/02/2026
App: 5.76.0
Settings: 5.76.0
Improvements
💻 User Experience
Improve Suggestions usability
When you reference and enrich your products from your partner suggestions, you can now better see what data has been shared helping you better review them and complete your product for its commercialization.
You can also choose to view either all suggested values or only the suggested changes within your suggestions. This also includes text changes, allowing you to easily assess the completeness of the data published by your partner.
![]() | ![]() |
|---|
Improve Publications usability
You can now see all your publications as well as publications published from a specific screen enabling you to easily check which data have been published and when to your partner.

You can now easily see what values will be published to your partner in your next publication. It highlights you what updated values will be published enabling you to easily check your data quality before publishing it.

Improve Publications and Suggestions display
When consulting the draft publications or the collected suggestions, you can now see in live the differences with the current item values even when you edit them.
New page navigation
We introduce a new grid page navigation feature designed to enhance your browsing experience. It allows you to navigate more efficiently and view your products more clearly, while also providing additional space to better visualize your data.
| Current Grid Page Navigation | New Grid Page Navigation |
|---|---|
![]() | ![]() |
This updated navigation is part of our ongoing efforts to improve user experience. Currently, a select group of users will benefit from this feature as we gather feedback and continue refining our solution. Your insights will help us make future enhancements for all users.
🌐 API
homogenization of Items definitions
Improve both Items API and item Twig format for more easily automating processes through APIs and automating fields with the Rules Engine templates.
🧰 Data Factory
Add report level
You can now define the log level you need to be generated by each Data Factory task during its execution. That enables you to easily debug your jobs during development process, and limit the amount of messages raised in productions to only see critical failures.
json
{
"name": "table-import-schema",
"taskReferenceName": "import_table_schema",
"description": "The business description of the task",
"type": "SUB_WORKFLOW",
"optional": false,
"inputParameters": {
"request": "${previous_taskReferenceName.output.file}",
"mode": "EXHAUSTIVE",
"logLevel" : "ERROR"
}
}1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
New Data Factory tasks
New Data Factory tasks are now available to help you build and execute more advanced workflows to automate your processes.
Resolved issues
🎨 Conditional Formatting
Fix an issue in Composite fields Conditional Formatting
It is now possible to check Composite fields inner fields conformity against other fields on the same line improving products data quality.
🧰 Data Factory
Fix a refresh item issue
When updating the table schema on tables with numerous items and conditional formatting, the refresh of item conditional formatting statuses now completes correctly.
Fix an issue preventing item refresh
When refreshing items automated fields and conditional formatting status on multi-levels tables, the Data Factory task now completes successfully.
Fix a Data Factory job execution details
You can now again see your Data Factory tasks progress enabling you to see how much has been done and how much remains.
12/02/2026
App: 5.74.0
Settings: 5.74.0
Planned interruption of Product-Live Data Factory between 12:00 and 14:00 CET (Paris time zone)
As part of routine maintenance, we will be performing updates on our tooling.
During this window, job processing will be temporarily paused. All jobs are expected to resume automatically once maintenance is complete.
For updates and more information, please visit our status page
Improvements
💻 User Experience
Improve Publications usability
We have enhanced the publication side pane, which displays the product data you've published to your partner. Now, it's easier to see exactly what information has been published, and when. This improvement helps you quickly assess what was sent and when, providing reassurance about the progress and completeness of your product data for both you and your partner.
When viewing the content you've published to your partner, you can now easily see what has been published directly from the current screen. This enhancement allows you to access only the relevant information, simplifying the verification process.
In addition, you can now choose to view either all published values or only the published changes within your publications. This allows you to assess the completeness of your publications and ensures you have a clear understanding of what has been shared with your partner.
![]() | ![]() |
|---|
📥 Publication/Collect
Improve composite lines handling
You can now define if a field within your composite field must be unique or not thanks to the Data Factory task table-import-schema. That enables you to make sure that each record of a complex field is unique avoiding duplicate or incoherent informations.
xml
<Field key="TITLE_2" type="COMPOSITE" level="PRODUCT" multi-valued="true">
<Title>Title</Title>
<Field key="LANGUAGE" type="SINGLE-SELECT" unique="true">
<Title>Language</Title>
<Options>
<Option key="FRA">
<Title>French</Title>
</Option>
<Option key="ENG">
<Title>English</Title>
</Option>
<Option key="DEU">
<Title>German</Title>
</Option>
<Option key="SPA">
<Title>Spanish</Title>
</Option>
</Options>
</Field>
<Field key="LOCAL_TITLE" type="SINGLE-LINE-TEXT">
<Title>Local Title</Title>
</Field>
</Field>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
🗃️ Traceability
Improve item history details
When an item has been modified by a Data Factory job, that job name is now visible in the item history helping you better understand which workflow updated the values.

Resolved issues
💻 User Experience
Fix an issue preventing to edit composite fields value on shared tables
On shared tables you can now again see the composite field values and edit them, enabling you to complete your product.
📥 Publication/Collect
Fix a publication screen issue
When a classification has been published, it is now correctly displayed as modified or identical to the previous publication enabling you to better understand what updates you published to your partner.
04/02/2026
App: 5.73.0
Settings: 5.73.0
Planned interruption of Product-Live Data Factory between 12:00 and 14:00 CET (Paris time zone)
As part of routine maintenance, we will be performing updates on our tooling.
During this window, job processing will be temporarily paused. All jobs are expected to resume automatically once maintenance is complete.
For updates and more information, please visit our status page
Resolved issues
🌉 Mapping
Fix a issue when mapping options and categories
You can now effectively show and hide archived values when mapping options and categories between your and your partner tables enabling you to focus on only relevant values.

🌐 API
Fix an issue on the Suggestions api
When products with received suggestions are deleted, you can now again retrieve all suggestions through the Suggestions api.
🎨 Conditional Formatting
Fix an issue preventing to check conformity between two composite child fields
It is now possible to check conformity between two fields within composite fields enabling you to guide user when completing your products ensuring value are accurate and comply with required validity rules.
💻 User Experience
Fix medias editions in composite fields
Within composite fields, you can now use all keyboard shortcuts as on the grid to edit and apply images and files. Use Ctrl + Enter to valide the image and file set on a field to save it.
Fix an issue preventing to edit html fields in composite fields
You can now edit your product's composite fields from the detail view as you do from the grid, enabling you to keep completing your products as you are used to.
Fix an issue preventing to edit composite fields image fields
Within composite fields, the image editor now correctly display where expected enabling you to easily update your medias on your product.
Fix a conditionnal formatting issue
When editing your products properties, but cancelling your edition, the field conditionnal formatting is now accurately updated keeping you informed of what remains to update.
Fix a composite fields edition issue
When you open a composite fields from the detail view and choose de delete the value of the first field, it is now that first field which is deleted.





