Well, for the table of employees and a minimum you would have three fields. The department, which I ideally would pull off a table of departments through a relationship, a field for the name, and a field for the status. There would be one in the table for each employee.
As for the pipeline, you can have the first step of the pipeline be a search of the employees table. Then at the top right, there will be an icon to schedule the pipeline. They can run once an hour once a day once a week, there are how often the pipeline runs.
of the employees table. Then at the top right, there will be an icon to schedule the pipeline. They can run once an hour once a day once a week, there are hope for how often the pipeline runs.
That would be an example of a scheduled pipeline. the other typical pipelines are triggered when a record changes. In that case, they are not scheduled, but rather triggered when someone doesn't update of some kind in the app.