Make a formula field for {Next Reminder Date} like this:
IF(
   {Last Followup Date}, 
   DATEADD(
      {Last Followup Date}, 
      SWITCH({Importance}, "Urgent", 1, "Important", 3, 7), 
      'days'
   )
)
Then set your automation to run when {Next Reminder Date} is today.
                
     
                                    
            Make a formula field for {Next Reminder Date} like this:
IF(
   {Last Followup Date}, 
   DATEADD(
      {Last Followup Date}, 
      SWITCH({Importance}, "Urgent", 1, "Important", 3, 7), 
      'days'
   )
)
Then set your automation to run when {Next Reminder Date} is today.

Where the coloured tags are, i am wanting them to disappear after i update the task for each property, and  trigger the urgent, important, general on the relevant amount of days after i have updated.
                
     
                                    
            
Where the coloured tags are, i am wanting them to disappear after i update the task for each property, and  trigger the urgent, important, general on the relevant amount of days after i have updated.
That sounds like a separate question entirely. Have you set up the formula field and automation as I suggested in the previous reply? You can apply record coloring based on the formula field.
                
     
                                    
            That sounds like a separate question entirely. Have you set up the formula field and automation as I suggested in the previous reply? You can apply record coloring based on the formula field.
That worked a treat thank you  :slightly_smiling_face: