Multiple triggers in one workflow - one of which needs a wait function on loop

  1. My goal: I need to send one block of email at 7am in the morning. I then have another block which needs to trigger every 15mins until a stop time.
  2. Issue: Due to only being able to have one trigger time, I want to utilise the wait function and put this on a loop to trigger the second emails every 15mins. However, I do not know how.

I use SQL to pull data in, then mandrill to send emails.

Hey @R_Fleming - thanks for reaching out. While your proposed idea is certainly possible, it feels a bit unreliable and I'd probably recommend configuring multiple Schedule triggers instead. There shouldn't be any technical limitation, as far as I know, but is there a specific reason you're looking for an alternative? One inherent drawback is the fact that you'd use more workflow runs, but it should be fairly negligible compared to your org's total allocation.