[BUG] DataValidation formula returning NaN
Open
- Dominant language
- JavaScript
- Stars
- 15.5k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
My Code
```
data.dataValidations.add('A2:A9999', {
type: 'date',
operator: 'lessThan',
showErrorMessage: true,
allowBlank: true,
formulae: ["'NOW()'"]
})
```
It is returning NaN
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.