Reputation: 935
I am trying to create a workflow the gets an entities attribute value and minuses it from another entities attribute value and then have a conditional check on the result. The workflow needs to be run from an account and link to the other entity.
Upvotes: 0
Views: 534
Reputation: 1718
If the second entity is related to the account, you can do this with a normal workflow. In your Update step select the field that you are calculating, and in the "Form Assistant" window on the right side of the screen select Operator = "Decrement by" and then select the related entity and field that hold the value you wish to subtract.
If the second entity is not related to the account then you have no easy options.
Upvotes: 1