I’m syncing a table from 1 base to another which contains 30 or so employees and their daily salary on a project. At the end of the day each day, I would like to add all the employees and their salaries to another table, the data table, in the base. As I add employees (or offboard them) I would like to only those people in that day’s list.
Do I need to have 30 different automations, one for each employee? And how do I deal with employees being onboarded and offboarded?
Perhaps a script or something can elegantly solve this? I do not know how to build scripts personally.
Any advice on this relatively straightforward but hard for me issue would be greatly appreciated!