Limiting selections based on number of previous selections

Hello everyone, my goal is to develop a basic system for managing deliveries using Softr and Gsheets. I’ve been attempting the following tasks without success. I would greatly appreciate it if someone could assist and inform me about the feasibility of these actions:

  1. Date Range Filtering: I’m looking to enable the ability to filter a list based on a specified range of dates.
  2. Avoiding Job Schedule Conflicts: I possess start and end date/time information for jobs. My aim is to ensure that there are no overlaps between different job schedules. Is it achievable to implement this?
  3. Enforcing a Daily Job Limit: I need to establish a restriction on the number of jobs an individual can select in a single day. For instance, allowing a maximum of 10 jobs to be chosen for a given day.

Thanks!