Hello,
I have a field called "Lead Age," and I need to increment this field by 1 every day while the status = Open. Once the Status = Qualified then the counter needs to stop. What is the best way to do this and how?
Thank you
Hi,
I would recommend to go with Microsoft Flow with Coomon Data Service(Current Environment Connector).
Create New flow select Schedule and configure scheduling properties based on your convenient.
Step 2: Select list records add condition to get only open record
Step : Get Lead Age field current value and store it in variable
Step 3: loop through each lead record and update Lead Age field by 1
Let me know if it helps!
To create a recursive workflow you can use something like that - www.powerobjects.com/.../
And to update records in bulk you can use one of Workflow Toolkits available (for example mine UWT) to run a recalculation workflow on the set of records.
How would I go about doing this with a workflow?
Hello,
I would recommend to create some kind of scheduled service (executed once a day - it could be workflow, flow or 3-rd party) that will be executed once a day and increment the age by one for any lead that is in the status of open.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,104 Most Valuable Professional
nmaenpaa 101,156