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

Compare with Current View Page History

« Previous Version 7 Next »

The Set or create project property post function is used for updating and optionally creating a Project Property in case it doesn't exist in a project.

Configuration

Property

Enter plain text for the property name and optionally use field codes to insert field values. 

You can try your expression by clicking the run button on the top right of the expression box.

Value

Enter plain text that will be written to the project property and optionally use field codes to insert field values.

You can try your expression by clicking the run button on the top right of the expression box.

Action

Define the action to be taken if the project property does not exist. You have the following two options:

  • Create the property and assign the value
  • Do nothing
Conditional execution

You can optionally specify a logical expression to define the circumstances (or conditions) under which the post function should be executed.

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

Using the conditional operator, even complex or multi-layered conditions can be constructed.

Make sure to learn more about defining logical expressions and browse through the various examples here: Logical mode


Use cases and examples


If you still have questions, feel free to refer to our support team.