Mar 20, 2023 08:14 AM
I want to create an automation that will do the following:
When a status is updated to "client reviewing quote," the date in the "quote sent date" column for that record will fill automatically with today's date (in other words, I can't put in "3/20" because I want it to be contemporaneous with the date the status is changed, not stay stuck on one date).
I have searched around and tried a bunch of things but cannot seem to figure out how to do this simple automation.
Anyone know how to help me?
Thanks!
Solved! Go to Solution.
Mar 21, 2023 11:06 PM
In your screenshot, just remove the value "Quote Sent Date" so that only "Last Modified" is in there and I believe that should work
Mar 21, 2023 12:43 AM
Try:
1. Creating a new "Last modified time" field that watches the "Status" field
2. Creating an automation that will trigger when record meets conditions, specifically, when "Status" is "Client Reviewing Quote"
3. Its action will be an "Update Record" action that will update the "Quote sent date" with the value of the field from step 1
Mar 21, 2023 07:38 AM
Hi Adam,
I have done steps 1 and 2, but I am stuck on how to do step 3. I am attaching a screenshot of what I see. How do I get it to use the modified time to update the "quote sent date?"
Thanks,
Natalie
Mar 21, 2023 11:06 PM
In your screenshot, just remove the value "Quote Sent Date" so that only "Last Modified" is in there and I believe that should work
Mar 22, 2023 06:40 AM
Great, thanks so much!