When specifying a datetime type, if you don’t enter the from and to dates you get
‘error: invalid date “”’
Being able to specify a date range is nice, but it would be nice if:
- Not specifying either from or to generated a random date with no restrictions
- Specifying just a from date generated a date after the from date with no other restriction
- Specifying just a to date generated a date before the to date with no other restriction.
I know you can use formula, but these seem like pretty common use cases that could be better supported?