What’s new?
Math Operation now saves its result as an output custom variable, so you can use that value in the next workflow actions without first writing it to a custom field. You can also reference one Math Operation’s output inside another Math Operation. This makes it much easier to manipulate and use your math outputs.
How it works
When a Math Operation runs, its result is stored as that action’s output custom variable. In later steps, you can pick that output from the custom value picker and use it in other actions, including another Math Operation. If you also choose to update a field, the same result is written to that specific record field.
How to use it
Why we built it
Before this update, users often had to save a Math Operation result into a custom field or custom value just to use it again later in the workflow. This removes that extra step and gives you one consistent output to reference across following actions.
Simple Use Case
Additional Notes