Skip to main content

I need the date to be captured when certain statuses get selected via automation. This will help me how long the particular record is been sitting on that status

What is triggering the automation? If it is a change to an editable field, you can use a last modified time field that watches the editable field. If something else triggers the automation, you can use a script to get the time the automation runs. It is a simple script, but if you don’t feel like figuring it out yourself, I include it in my automation helper scripts


Reply