Declare rule to trigger custom activity

Hello everyone

My requirement is to create a declare trigger on Assign-.pxUrgencyAssign where I need a custom activity to run whenever there is a saved change to pxUrgencyAssign. But I don’t need the custom activity to run when only the instance is saved and the urgency is same as earlier. How do I acheive this ? Please help

Best Regards

@SouravD6325

You can use the Saved and .. option in the declare trigger rule. You can add the pxUrgencyAssign as the property which you want to watch . Check the StatusElapsedCalculation declare trigger which is available OOTB for reference.

@KALINGAROUT

Thanks that was very helpful