Hi
Is there a way to aggregate daily form inputs into a single row, grouping all user actions by date for a less verbose app and storage?
Thanks
Hi
Is there a way to aggregate daily form inputs into a single row, grouping all user actions by date for a less verbose app and storage?
Thanks
Probably…but it depends what you need to do with the aggregated data. Technically, you could run a scheduled workflow to wrap up the day’s records into a JSON array and then save the entire JSON object into a single row. But, you’d need to develop complex and dynamic JSON parsing helper table/screens in order to view the archived data (or perhaps rely on the AI component).