Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Solved! Go to Solution.
You can do this by using the DataChange event.
You'd have to probably monitor the change in both the A and B values.
Also please be aware, if these values change often, then you might be sending a lot of notifications.
So you might want to either create some logic to prevent that, or resolve this into a Boolean Property that you set to True or False this way you can provide a 'lock in' and then send notification on the true/false toggle
You can do this by using the DataChange event.
You'd have to probably monitor the change in both the A and B values.
Also please be aware, if these values change often, then you might be sending a lot of notifications.
So you might want to either create some logic to prevent that, or resolve this into a Boolean Property that you set to True or False this way you can provide a 'lock in' and then send notification on the true/false toggle
Thank you for the reply
Hi @adityak506.
If you are satisfied with the response provided by @PaiChung, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon