Automation based on Created Date field
I am trying to create an automation based on the Created date, however the system generated 'Created Date' field is not an option in the 'Alert Someone' automation template. How can I accomplish this?
Scenario: I need to alert the submitter when project is older than 2 weeks from the created date that the project is still in queue to be assigned.
Best Answer
-
You would need to insert a Date type column and then use
=DATEONLY([Created Date Column Name]@row)
You can then reference this new date column in your automation setup.
Answers
-
You would need to insert a Date type column and then use
=DATEONLY([Created Date Column Name]@row)
You can then reference this new date column in your automation setup.
-
Thank you Paul.
-
-
Hi Paul,
What am I doing wrong?
-
-
Thanks Paul, I figured it out.