Skip to main content

Hi everyone,

Yesterday, that is on 19/06/2025, the feature “List-List Import” feature was released and I believe its a great feature,  but I want to know about the practical usage of these feature, like what are the scenarios where we should use this feature, It would be great if someone can help me understand.

Thanks everyone!

Hello,

On my side I have a very practical use case with a customer. They are using an application which is leveraging a dimension to store changes.

Given their model is very complex, with multiple layers of calculations inter-dependent and stores tens of thousands of changes, each change takes a bit of time to process, but if you have a lot of users making changes at the same time and with a lot of drivers, then it takes a while which is not ideal from customer perspective.

As such, the customer decided to build a “Light” application, where only core features are present, so that it runs much faster, and key users can make draft changes to see the result in the Light application before replicating in the main application. Of course, as you can imagine, replicating changes manually poses different difficulties, and it’s not sustainable in the long run.

Now with this new feature, we finally have something natively built in Pigment, and that removes the need for customer to replicate changes in both app.

Hope it’s clear
 


Hello,

The two use cases I anticipate the most for this feature are performance optimization and a basic input validation flow.

1. Performance Optimization

Currently, when users input data directly into a List, all downstream calculations are triggered immediately. With the List-to-List copy feature, users can first input their data in a staging List, disconnected from the rest of the model. Once ready, they can trigger a copy operation, which consolidates all changes and triggers a single batch of recalculations. This reduces computational load and improves performance, especially in complex models.

2. Input Validation

This mechanism also opens the door to lightweight validation flows. For instance, you could define a Boolean property computed with a formula to check certain conditions—such as whether a text property exceeds a specific length, or if another property is non-empty. With the filtering capabilities of the List-to-List import, you can then prevent users from copying data that does not meet these conditions. This provides a way to enforce simple validation rules without complex workflows.

That said, we’re excited to see what other use cases our customers will imagine for this feature. In the coming weeks, we’ll gather the most popular examples and consolidate them into a comprehensive guide.

Best,
Pierre


Just came across another super helpful use case.
A client accidentally deleted items from their transaction list. Thankfully, we were able to restore everything using the Restore Blocks feature combined to this one. It worked like a charm to bring the transaction list back to its previous state.


For the Input validation case it would be great if I could add both the original import and the respective List-List import to a single Data flow, so that they both would happen with a single button click


Reply