FavoriteLorena Alfonso asked in #Data ManagementFeb 10, 2021, 9:36 PMProcess builder Fires even when field not changedI posted a pic below. I have this set so it will only fire when the following field is changed. It still fires the Process and creates errors because the field is blank. Any help would be great.10 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerSteve Molis (You Owe Me a Beer, Inc.)Feb 10, 2021, 10:16 PMAre you trying to do something like this?AND(OR(ISNEW(),ISCHANGED([Contact].FieldName)),NOT(ISBLANK([Contact].FieldName)),)or thisAND(ISCHANGED([Contact].FieldName),NOT(ISBLANK([Contact].FieldName))) Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerSteve Molis (You Owe Me a Beer, Inc.)Feb 10, 2021, 10:16 PMAre you trying to do something like this?AND(OR(ISNEW(),ISCHANGED([Contact].FieldName)),NOT(ISBLANK([Contact].FieldName)),)or thisAND(ISCHANGED([Contact].FieldName),NOT(ISBLANK([Contact].FieldName))) Show More