Dynamic parameter date

You can use 2 parameters for that: a checkbox that instructs to use the current date, and a regular Date parameter.

image

Then add a calculated parameter with expression such as:

IF {Use today} THEN today() ELSE {Explicit Date}

See example below:

date-today.morph (2.1 KB)

1 Like