How do i create conditions in a workflow?
I wanna make sure that one field will never be lower 1 or higher than another field. Let us say i wanna set a maximum value and i don’t want that the discount could be greater than 1 dolar. Just for example.
My recommendation would be to do a Return User Error that triggers upon conditions outside your desired behavior, and upon submit/save gives a message to the user about what they entered incorrectly and prevents the record from saving. If you want to have it actually trigger based on field entry, it can be done, but this would be client-side behavior which would necessitate scripting.