Skip to main content
I am having trouble completing the following Trailhead: Create a formula field that determines the number of days between the end date of a contract and today. This is the formula that I am using:

EndDate - TODAY() 

I keep getting the following error when I check the syntax:  Error: Formula result is data type (Number), incompatible with expected data type (Date).
41 respostas
  1. 22 de jan. de 2025, 08:18

    Hi , 

     

    Formula  => TODAY() - DATEVALUE(ActivatedDate) 

     

    worked for me 

0/9000