Question

How to trigger Zap on updated Salesforce field with existing records only?

  • 15 March 2024
  • 5 replies
  • 19 views

I want to trigger a Zap for an updated field on a Salesforce record ONLY if the record already existed. I do not want trigger on new records. How do I do this?


5 replies

Userlevel 7
Badge +14

Hi @Me_Too 

Try using this Zap trigger: Salesforce - Updated Field on Record

 

I am using that but I ONLY want it to trigger on records that are not just created, I have another Zap specifically for those. How do I run this ONLY on updated and not on new records?

Userlevel 7
Badge +14

@Me_Too 

Does that Salesforce Zap trigger fire for new records?

yes it does

Userlevel 7
Badge +14

@Me_Too 

You can try adding logic that compares the Create Date vs the Update Date then Filter.

 

Formatter > Date & Time > Compare Dates

Reply