Hi everyone,
I have a data type called account with 2 fields:
- user (type user)
- account_balance (type number)
Depending on what the user does on the interface, the account balance changes. I want to be able to send the user a warning email whenever the account balance is <= zero. I am not sure about the way I should trigger the send email workflow since it is not triggered by a specific user action, but by the value of a field at any give time, Thanks for your insights.