I have created a booking form so that users can book for a workshop, but I only want 30 users per day
I created a column on my form booking count, which is a calculated value with this formula
IF((Booking Date])=30, "Booking is full"))
but It does not do what I want, what might be wrong