I am getting an error while using this formula.
This is my text for the formula:
"If "Funding date column"
is between January 1, 2024 and February 15, 2025 THEN Return Y"
Formula Generated : moment({{Funding Date}}).isBetween("2024-01-01", "2025-02-15", undefined, "[]") ? "Y" : ""
What is the issue here?