You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The conditional execution parameter is used to specify whether a post function should only be executed based on predefined conditions.

The result of the logical expression must return a boolean value of either:

  • true (the post function will be executed)  
  • false (the post function will not be executed)

Useful examples of logical expressions can be found here: THIS IS A LINK