-
How can we avoid the trigger from firing by a process builder?
Hi All,
How can we avoid the trigger from firing by a process builder?
I have a scenario in which I have a process builder which keeps firing on an sobject when it is created or modified. The logic is that it look at the parent account field and if a custom field called account manager which is a lookup to the user is changed or modified, it calls a flow. The flow then loops through all children of the parent and updates the child account account manager field based on parent. Here is my question. 1. Because my the updates to the account by my process builder/flow combination, it fires some after update triggers on the account which keep calling the pb/flow again.So How do i prevent my process builder not to fire my triggers again?
Please give suggestion
Log In to reply.