Modify one register in place to create a new one in my table, Tips or help

Hi Guys,

I have a big register table with all register with timestamp and many columns of days facts, every register is generating a new row (timestamp), but I lovely in place modify the today register and keep one for all the day completing the columns with the facts using a entry form. When I use card collection and grouping options I can’t have one Card by day. Sample today I added 10 new rows and grouped by datetime short (10/9/2025) I get 10 cards in place only One by day.

Some suggestion or Tips? have a good day

The issue here is most likely due to the fact that the Date/Time column also includes a Time (even if it isn’t displayed). Try passing your DateTime column through a Template column, and then use that for grouping your Collection. The Template column will “lock” the format.

Hi, Grouping is working like you describe using a templated date, but my problem is not the grouping but the main table containing the detail. Every time that I add some data to my table I will create a new row in place in place the modify this row (Generating more Cards). I need some rollUp table ? or some interaction allow to take some row table and modify on fly ? Not clear to me….