Hello Everyone!
Still learning some of the ins and outs of bubble and any help will be greatly appreciated. So basically I have an app with employees as one data type and time cards as another. The time card data type has a field to tie it to an employee but the employee data type does not have a time card field since a new time card will be submitted every week. If they did not work that week they are still required to submit an “empty” time card (where all hours worked are 0). Basically I am trying to create a workflow that compares a list of employees with a list of time cards and any employee that does not have a time card, an empty one will be generated. I am having trouble with comparing the two lists and getting the list of employees without time cards. Any help will be greatly appreciated!