Hi there,
I’ve been struggling to build a workflow which uses a time property on a custom object as the basis for a delay for sending an automated email.
The specific use case invloves sending a promotional email at a set time before an event occurs (1 hour before for example). The issue being we have multiple events running at the same time, all with different dates and times. The dates and times of these events are uploaded via an integration when each separate object is created (one event submission = one object creation). The date worrkflow is easy enough to set up using the delay function within the workflow and using the date property as the trigger, however time is proving much more difficult.
Can anyone help understand how to proceed with this?