Jul 30, 2024 01:58 PM
My workflow is based on priority levels, so I'm trying to create a "Due date" field based on the last time a record was updated.
What am I doing wrong is there a better way to create this date?
Solved! Go to Solution.
Jul 31, 2024 01:34 AM
Hello,
Your formula is fine, you just need to remove the last comma:
Regards,
Pascal
Jul 30, 2024 02:00 PM
Here's my attempted formula
Jul 30, 2024 06:17 PM
Hi @hthom24,
Maybe you could do it this way.
DATEADD({Recently Updated},RIGHT({Priority Level},1),'day')
Jul 31, 2024 01:34 AM
Hello,
Your formula is fine, you just need to remove the last comma:
Regards,
Pascal
Jul 31, 2024 07:57 AM
This worked! Thank you