I'm trying to set up an automated email to send clients after their first booking with my business. What formula can I use to identify if the record (booking) is the first one for that client (linked record from another table)?
I don't want to manually check a box to trigger the automation, as that means first manually checking if it is their first booking, and that defeats the purpose.
All I can think of is something like;
IF Booking Count = 0 at time of Record Created, then = YES
Any ideas on how this can be done? Let me know if you need more information.