Skip to main content

Hello,

 

I'm working on a workflow that retrieves last modified dates from Salesforce, and I need to filter the results by looking at anything a week old or less.

However, I can't seem to find a way to create a date variable that takes the current date and moves it back 7 days. In the training available they reference a "Calculate Date" action, but I can't seem to locate it on the current version. 

Any help would be appreciated.

In the "Operations" group, there is an action called "Add Time to Date".  You should be able to use that and output to a workflow variable.  For Days, just put -7 and for Date, click the "Use date when action is executed" check box.


Reply