Table Block - Dedup on Entrys

Hi,

It would be nice to be able in the Table Block or general in Blocks to dedup Entrys.

Example:
Collection → Meal Orders:

  • Meal Name
  • Person

Table Block view (without dedup)
Entry 1:

  • Fries with ketchup
  • John
    Entry 2:
  • Fries with ketchup
  • Mike

Table Block view (dedup Meal Name)

  • Fries with ketchup
  • Mike, John

Thank you best Regards
Jan

Currently, deduplication of entries is not supported. However, you can achieve a similar result by:

Creating a new collection with the unique field, adding a relation to the original data, and then using a Rollup field to concatenate related values. This way, duplicates are grouped without needing to delete them.