Dashboard user input validation

Is there a way to perform user input validation on dashboards? For example, I want to allow the user to select a start date and an end date, but the difference between the two dates must be <= 30 days.

You can customize the dashboard and add any validation logic you choose.

Excellent, glad to know it is possible. I’ll go look for some documentation.