Skip to main content

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


Reply