How to limit date format on Xlsx-form

Hi @Melkiory

here is a topic which should help you Constraint on date or this Date constraint
Basically you need to use constraint column and use something like:
.>=date('2019-01-01') and .<=date('2022-12-31')

1 Like