I have two tables:
Contacts
Name | Email
Payments
Name | Email |Payment Date
I want to create a Bot or Action to run at a set interval to look at the Payments table for a blank email field, compare Client Name to the Contacts table, and fill the email value from that table into the Payments row.
Can anyone help point me in the right direction for the process for this?