Question
Macquarie Bank
AU
Last activity: 8 Nov 2021 1:44 EST
Declare Trigger - Track Property Modified
Hi Everyone,
I have a declare trigger in my application which is triggered when an instance is saved and one of the properties is modified. In the property watch list, I have 3 properties. Is it possible to know by modifying which property this declare trigger is fired.
Req: Based on which property is it modified, I wanted to generate my payload and skip unwanted info if that property is not changed.
Thanks in advance.
@NAVAKANTHM
In declare trigger you would be able to copy the values which has been modified. Attached screen shot for reference, inside trigger activity you can compare the old and new values and then have your logic to generate payload.