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
Bob LightBob Light 

Does an update to a record via Process Builder "count" as an update to that record?

A seemingly simple question, but useful to understand if trying to update a record daily via Process Builder.  For instance, I want to update a date field on a record to today's date every day (since formula created dates are not allowed for use in Rollups), so if the process itself counts as an udate, it should then be circular enough to do this.  Thoughts/recommendations?
EldonEldon
Try workflow field update in multiple intervals.
 https://sftipshack.wordpress.com/2013/10/21/the-5-minute-time-based-workflow-or-15-minute-or-30-minute/

Regards
Venkata Prasad KunisettyVenkata Prasad Kunisetty
Hi Bob, 

Yes, update to a record via Process Builder "count" as an update on the record. You will notice that the record's last modified date/time changes whenever the Process Builder updates the field on the record. 

Best regards