For the following simple database example:
Table called EMPLOYER with the following fields:
EmployerName, Employees, Country.
Table called EMPLOYEES with the following fields:
EmployeeName, Employer, Country.
Required AirTable automation:
When EMPLOYEE/Country is Empty, copy the EMPLOYER/Country value to the Employees of each EMPLOYER.
How would you setup the automation?