Formula to automate notifications once a cell is altered

hello team
am developing a house management app
how do i insert formula on to send an email once a cell on payment column is is altered

0 3 215
3 REPLIES 3

tony1
New Member

Hi @ireri_justin, you could use the before/after values in the workflow condition. See this article: https://help.appsheet.com/en/articles/2792618-before-and-after-values

Your formula could look something like this:
[_THISROW_BEFORE].[Payment] <> [_THISROW_AFTER].[Payment]
That will evaluate to true if the payment column has changed.

See this article for help on how to send emails with workflow rules: https://help.appsheet.com/en/articles/961729-sending-email-from-a-workflow-rule-or-scheduled-report

hello tony

thanks

may ask something why am i getting this error??

have stayed for one week now i wanted to continue reading but that what have got

Please contact support@appsheet.com for help with this error.

Top Labels in this Space