My objective is to create a new column where a box is checked once the row meets desired criteria. The checkbox will help me filter-out rows that will be synced via a Salesforce Connector workflow.
The logic criteria is as follows:
- "Overall Status" = Blue (complete)….and….
- "Working Launch" Date + 7 Days </= Today's date
So, if a project is complete, and the launch date plus 7 days is a date in the past, the box will be checked.
Note, the Working Launch column is a Date field and restrict to date is turned on.
Thanks!