Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Nov 04, 2022 09:34 AM
Hi all!
I need help with something! We use timesheets on Airtable for our staff. For each activity, we add staff members and use an automation to notify them via email about their new shift.
I would also like to find a way to notify them via email when they get removed from a shift. So here is what I would like to use :
Best,
David :slightly_smiling_face:
Nov 05, 2022 09:18 AM
Detecting and acting upon the NULL is dicey. You also can’t act upon a deleted record (unless you use the Enterprise Events API). So, you are forced to do a little more work by moving shift changes through a view-based workflow - i.e., just have unassigned shifts flow into a view and announce based on that appearance in the unassigned view, a view that not only knows there’s no assigned shift, but the record also indicates it previously did have a shift.