Views:

Question:
How can I specify conditions for Date type variables in “If...else” activities and in “Exit conditions” of Parallel Tasks?

Solution:
If you want to specify conditions for variables of type Date in “If...else” activities and in “Exit conditions” of Parallel Tasks, you need to refer to the following;

  1. Only the following operators are valid for variables of type Date, and only these should be used: =, >=, >, <, <=;
     
  2. When defining a date value, the following expression should be used:

    “cdate(“25/05/2012”)”, “cdate(“25-05-2012”)”, “cdate(“25.05.2012”)” etc.

    Only typing the date will not be accepted as a valid condition, and you will not be able to publish the workflow.

KBA is applicable to both Cloud and On-premise Organizations.

Comments (0)