Thanks for this, that makes sense. I have a couple of questions though
1. Have all the records linked to a single record called `Rollup` - is it possible to link all the records in one go, and then, going forward, link them automatically as and when new records are created instead of having to link them individually
2. In the `Rollup` table, create a rollup field on the `Date` value from `Table 1` with the formula `MAX(values)`
- This will give us the latest date - I don't think I made it clear in my original post but I would like the most recent record for each customer rather than the most recent record overall. Is it possible?
Thanks
re: I don't think I made it clear in my original post but I would like the most recent record for each customer rather than the most recent record overall. Is it possible?
Hi Judith, think we're having a bit of a miscommunication, sorry!
The base and instructions I provided above are examples of how one would be able to get the most recent record, and you would need to modify it to suit your workflow
For your use case, you'd have a table called "Customer" which each of your Jotform entries was linked to, and you would create the rollup field on the `Date` value from the table that contains your Jotform entries there, does that make sense?
re: is it possible to link all the records in one go, and then, going forward, link them automatically as and when new records are created instead of having to link them individually
Yeap, you'd just copy the values of the column that currently contains your customer name (or other identifier) in the table that contains your Jotform entries, and paste said values into the linked field to the `Customers` table. This would handle all your historical data
You could then create an automation to do this automatically for you moving forward