I've a text field in Nintex forms called "Termin".
I want that user is not possible to save date, when in the "Termin"-field is a date which differs less than five days from the current date.
I tried it with
Wenn(DatumDiffTage(zuDatumKonvertieren(Termin)),Datum()<=5))
BUT it doesn't work.
How can I fix it?
THANKS!!!
Best wishes,
Jacob