Computations
Compute attribute values via the API
Take your workflows to the next level with Workflow Computations!
This advanced feature lets you compute a value for any attribute on an action.
Using a subset of C# syntax, you can write scripts that perform arithmetic operations, manipulate strings and construct AQS queries. You can define variables to store computed values and access them from other nodes. We've also defined some convenient helper functions for you to make use of!
This lets you do cool things like:
-
compute dimensions like area, length and volume
-
manipulate date and time values
-
calculate the centroid point of a polygon
-
generate a bounding box around item geometry
-
customise email/SMS messages even further using variables
-
generate random numbers
To learn more about Workflow Computations and read some code examples, please consult our Developer Docs.