Question

Trigger event when salesforce event date is due

  • 3 November 2020
  • 3 replies
  • 89 views

Userlevel 1

How can I go about triggering an event in salesforce when the date and time for an event object becomes due?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +12

Hi @Suren! Did @adamsmartschan’s suggestion help you with this one? We’d love to know if you were able to find a way to build what you needed 🙂

Userlevel 7
Badge +11

Hi @Suren!

The suggestion above by @adamsmartschan is probably what I personally would do as well. It’s a workaround, but it’s one that will likely become handy in the future once you get used to the setup :) It can be applied to other use cases as well.

 

Userlevel 5
Badge +6

@Suren -

This one’s a bit of a sticky wicket. Normally, you’d use Schedule by Zapier to trigger on something time-based. That won’t work in this instance. Nor would an updated record in Salesforce, since the field would just exist, not be updated.

What would work is to use a two-step process, involving Airtable.

Trigger = New Event in Salesforce

Action = Create Record in Airtable

In Airtable, you can automate the record shooting to a new view when the date is today. Another zap would then be:

Trigger = New Record in View

Action = Create Record in Salesforce

That should work, depending on what you want the final action to be. It’s a relatively simple setup – holler if you want our team to take a crack at it.