I am trying to automate a subcription/membership database. I have a users table, and an income table. I want to keep track of expiry dates and what I've been trying to achieve is linking all transactions in Income table with a specific email address to a user record with same email in Users tables automatically.
Logic:
Two transactions in Income table
1. John Doe - 2 year membership purchased - Expiry (20/1/2023
2. John Doe - 3 Year membership purchased - Expiry (20/1/2026)
The users record in Users table will display Expiry (20/1/2026) so that I can trigger an action (renewal email for example) for if they want to renew their membership.
Must I achieve this programmatically or is this possible within airtables columns?
Feeling as if the learning curve here is quite high. Any help would be appreciated!!