Skip to main content
Solved

Trying to update a date based on another date

  • July 30, 2024
  • 4 replies
  • 43 views

Forum|alt.badge.img+3

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? 

Best answer by Pascal_Gallais-

Hello,

Your formula is fine, you just need to remove the last comma:

Regards,

Pascal

4 replies

Forum|alt.badge.img+3
  • Author
  • New Participant
  • July 30, 2024


Here's my attempted formula


Forum|alt.badge.img+21
  • Inspiring
  • July 31, 2024

 

Hi @hthom24,

Maybe you could do it this way.

DATEADD({Recently Updated},RIGHT({Priority Level},1),'day')

Pascal_Gallais-
Forum|alt.badge.img+21

Hello,

Your formula is fine, you just need to remove the last comma:

Regards,

Pascal


Forum|alt.badge.img+3
  • Author
  • New Participant
  • July 31, 2024

Hello,

Your formula is fine, you just need to remove the last comma:

Regards,

Pascal


This worked! Thank you