Hi,
I have 4 workflows, each of them are triggered by a change in a field and all 4 are correlated. These workflows basically calculate prices with/without VAT and unit prices (example of one of these workflows: https://gyazo.com/5497d18a1d9f4bc2d1f966375f6d01d3) And I want to make it so if I enter a unit price without VAT it would trigger a workflow that calculates the other 3 prices an so on. The problem is with the conditions, the best I could think of is triggering the workflow when that field is changed, but the problem is that the workflow itself changes the other 3 fields and these changes trigger the other workflows. Any suggestions how to check or make this operation not loop would be appreciated.
I have 4 workflows, each of them are triggered by a change in a field and all 4 are correlated. These workflows basically calculate prices with/without VAT and unit prices (example of one of these workflows: https://gyazo.com/5497d18a1d9f4bc2d1f966375f6d01d3) And I want to make it so if I enter a unit price without VAT it would trigger a workflow that calculates the other 3 prices an so on. The problem is with the conditions, the best I could think of is triggering the workflow when that field is changed, but the problem is that the workflow itself changes the other 3 fields and these changes trigger the other workflows. Any suggestions how to check or make this operation not loop would be appreciated.
Comment