Question

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.