Related Posts
Thoughts on Media.Monks legal department?
Happy weekend y’all

Best movie ever?
Additional Posts in Salesforce Professionals
New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.


Make it a record triggered flow that executes before save. It doesn’t execute another update, it just makes the change as part of the initial save operation.
Are you listening for a particular field change? Or any change on the record? If it’s a particular field just set the entry criteria to only run if field does not equal the field on record prior.
Which function would I use for that?
I was able to get it to work! There's an option within a decision that says to only route it down this if the record has been changed to meet criteria. I was able to use that in order to only put it down the path I want once. Thanks everyone for your help!