function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dan DesioDan Desio 

Salesforce is not recognizing tomorrow as a function

I am trying to build a process that triggers when the arrival date is tomorrow.  When I put Arrival date = tomorrow or Arrival Date= tomorrow(), I get the error message: The formula expression is invalid:Field Tomorrow does not exist. Check Spelling. 
 
Best Answer chosen by Dan Desio
Jasper WallJasper Wall
Hi Dan,
try like this
  
Arrivaldate = Today() + 1

Let us know if it helps,

Thanks,
Balayesu

All Answers

Jasper WallJasper Wall
Hi Dan,
try like this
  
Arrivaldate = Today() + 1

Let us know if it helps,

Thanks,
Balayesu
This was selected as the best answer
Dan DesioDan Desio
Thanks!
Jasper WallJasper Wall
Mark that as the best answer to help some one