Lifecyclestate transform

Hi Team,

I am supposed to set the “inactivestatusdate” value as the date when the user’s lifecyclestate is changed to inactive. I cannot use “now” as whenever this attribute gets refreshed on daily basic the value might change.
Can someone please help me on this?Is there any way i can achieve this via transform?

Hi @sindhu_v_murthy

You can add a condition to check if “inactivestatusdate” attribute is null or not. Only if it is null and LCS is inactive you will set the current date(now)

1 Like

Thanks a ton! this helped :partying_face:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.