Morning Shaheed!
Maybe this helps you in the meantime - it’s possible to implement some conditional logic with forumulas.
You can actually implement this functionality right now by adding a validation formula directly to the field. In Coda, you write a formula like: IF(condition, true, false)
This means that the field only accepts a value if the condition returns true. For example, you can check that if a status equals “Exit”, then the associated date field can’t be empty or not in the future - even if the date field isn’t marked as “necessary”.