Hi, trying to work out how I can get a workflow to trigger only when certain milestone numbers are met.
For example, I'd like an email comm to be sent once the sum of a column reaches 50, 100, 150, 200 etc.
The number will be entered via a form, very basic, so for example 4 entries could be sent via 4 form inputs (15, 11, 22, 8) and once that final value is sent the sum of the line the exceeds 50 so an email comm should be sent. Then it carries on and once you exceed 100 a new unique comm will be sent etc etc.
I was using 'greater than or equal to' however it then triggers on each subsequent entry whereas I only want it to trigger again once I hit the next milestone i.e. 100. So the sum of the above is 56 so that has triggered the first comm, now if I enter another value, say 10, the sum is now 66 and so will trigger the first comm again as its over 50, but I do not want any further comms sent until the next milestone is reached, in this case it would be 100, then 150 etc .
Any thoughts/solutions?
Appreciate your support.