Trailhead Superbadge Series: Process Automation Specialist Part 7
Link to Trailhead: https://trailhead.salesforce.com/en/superbadges/superbadge_process_automation
Process Automation Specialist: Automate Setup
Requirements:
- Move all the dates in the Setup Object that are on the Weekends to Monday.
1.Process Builder
Create a new Process Builder for the “Robot Setup” Object.
Create Criteria for Saturday by using the “Day_of_week” field.
Create Action using Formula. Date + 2, this will move it to Monday.
Repeat the above steps for Sunday and this time around just add 1 to the formula.