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?
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?
Here's my attempted formula
Hi @hthom24,
Maybe you could do it this way.
DATEADD({Recently Updated},RIGHT({Priority Level},1),'day')
Hello,
Your formula is fine, you just need to remove the last comma:
Regards,
Pascal
Hello,
Your formula is fine, you just need to remove the last comma:
Regards,
Pascal
This worked! Thank you
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.