function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bhagyashri Jadhav 61Bhagyashri Jadhav 61 

Help on c

Whenever a contact is updated: Update the field: “Number of Updated” by 1
PriyaPriya (Salesforce Developers) 

Hey Bhagyashri,

Use the default as 0 for the field and configure the record triggered flow to run only when a record is updated and increment the field value by 1 each time it is updated
Make sure the entry condition is None so that every record will enter the flow.

If the informaiton was helpful, kindly mark it as the best answer.

Thanks & regards,

Priya Ranjan
Kindly do not delete the questions, your questions may help others!

Bhagyashri Jadhav 61Bhagyashri Jadhav 61
Can you tell me the option to do this with the help of process builder Get Outlook for Android
Bhagyashri Jadhav 61Bhagyashri Jadhav 61
Or else can you give me the example for the flow Get Outlook for Android
Jimmy SandersJimmy Sanders
Your suggestion to use 0 as the default value for the field and configure the record triggered flow to increment the field value by 1 each time it is updated is a great way to achieve the desired outcome.
It's also good to note the importance of setting the entry condition to None so that all records will enter the flow. This can prevent any unintentional filtering of records.
Lastly, your reminder to not delete the questions is appreciated, as they can serve as a helpful reference for others in the future.In any case, you should try your hand at games and play https://onlinecasinohex.ph/roulette/ and learn more.
Arun Kumar 1141Arun Kumar 1141

Hi Bhagyashri,

You can follow the following steps to implement your requirement using process builder:
1. Go to the settings area in your Salesforce account.
2. Look for a tool called "Process Builder" that helps automate tasks.
3. Create a new process and give it a name.
4. Tell the process to start whenever a Contact is changed or updated.
5. Skip any specific conditions for now.
6. Add an action to update records.
7. Specify that you want to update the Contact record.
8. Find the field called "Number of Updated" that you want to keep track of.
9. Set the type of the field as a formula.
10. In the formula, enter the existing value of the field plus 1 (to increment it by 1).
11. Save the formula.
12. Save the action.
13. Activate the process to make it start working.

Hope this helps.
Thanks!