Salesforce Break’s Post

Salesforce Break reposted this

View profile for Engin Utkan, graphic

Salesforce MVP | Founder at Flow Canvas & Salesforce Break

Here is a puzzle for you... You have a record-triggered flow that creates a task automatically when a lead is created. You want to stop the task creation for one week due to accumulated backlogs over the holidays. But you need the flow to continue creating tasks precisely after one week automatically without changing the flow. No deployment should be necessary. ------ Note: There are a couple of very good suggestions below. Let's go to level 2: Only 3 of the six users are overwhelmed. Stop task creation for these users only for a week. ------ How can you achieve this? #Salesforce #Flow #Flownatic #SalesforceAdmins #SalesforceDevelopers

  • No alternative text description for this image
Mariia Pyvovarchuk

Salesforce Technical Lead @ Aspect

2w

Set Entry Conditions for record-triggered flow, so it will only run for Lead records created after a week. 🙂

Jeffrey Johnson, MSPM, PMP

6x certified salesforce admin obsessed with continuous improvement and automation.

2w

I would think a custom permission assigned to the 3 users (using the expiration dates) and then have the Flow look for anyone assigned to the "Flow Exemption" permission.. that way all you need to do is temporarily assign to those users that need it.... Still testing this theory in my scratch org, but that's my thought.

Shaurya Pratap Singh

Engineering @ Salesforce | Helping Job Seekers

2w

Why not just deactivate the flow temporarily if you don’t want any deployment

Miladys De La Cruz

Senior Salesforce Administrator

2w

Adding a scheduled path to the flow with a week time delay to start for the 3 users only, by their Id

Maybe use a Customize metadata flag set to false for the duration of the week?

Engin Y.

5X Certified Lead Salesforce Engineer | Data Architect | Private Pilot | Life Guard | Aux. Police Officer at NYPD

2w

Why not a new date variable in the flow ?

See more comments

To view or add a comment, sign in

Explore topics