Trying to compare entered date to embedded data date and make sure the entered date is after the embedded data date. This is being applied in a Loop and Merge block.
Things are mostly working, but for some reason dates entered in 2025 are NOT being allowed, even if they should be passing the validation.
Validation settings are as follows:
- Current loop, entered date, Matched Regex for mm/dd/yyyy: ^(0^1-9]|1]0-2])/(0/1-9]|912]\d|3d01])/(19|20)\d{2}$
- AND
- Current loop date entered “is greater than” embedded data date, defined at the beginning of the survey in survey flow as: ‘Plus14 = ${date://OtherDate/m%2Fd%2FY/+14%20day}’
- AND
Validation properly fails when dates are entered within 14 days of today, provided they are in 2024. Dates after 12/31/2024 also fail, but should be allowed to pass...