gabriel So if I have 5 assets of the same product in the same project, with no groupbys or aggregations I would see something like this:

If i click on one of them, I get this

Which correctly calls a function that sets the consumed flag to as many distinct assets as necessary (so if out of 7 assets 3 are consumed and I consume 2 more I end up with 5 flagged as consumed)
However, if I group the assets like this:

By adding groupby to model, single record to description, and count to ID (which becomes quantity) when I click the project_relation and product_relation fields are empty.
Any ideas?