Resend job after 24 hours IF job still exists
Posted: Thu Dec 05, 2019 2:21 pm
Hi there, first time poster.
Right now I have a flow that sends a job to a directory and from there an email is sent off to have the job approved. As soon as it is approved, the job proceeds onward, but sometimes the email is ignored and I'm trying to build in a feature whereby a second follow-up email will be triggered after 24 hours if the job still exists in the directory. So right now the flow looks like:
Jobs[1]-->Email-->Approved
Jobs[0]
But I want it to function more like:
Jobs[1]-->Email-->Ignored
Jobs[1]-->Email(1st reminder)-->Ignored
Jobs[1]-->Email(2nd reminder)-->Ignored
(et cetera - until eventually...)
Jobs[1]-->Email(3rd reminder)-->Approved
Jobs[0]
I tried to create a loop and hold the job for 24 hours, but that just sends a follow-up email no matter what, instead of being conditional upon the job still existing in the original directory. Pretty new to switch still. Any help is greatly appreciated!
Right now I have a flow that sends a job to a directory and from there an email is sent off to have the job approved. As soon as it is approved, the job proceeds onward, but sometimes the email is ignored and I'm trying to build in a feature whereby a second follow-up email will be triggered after 24 hours if the job still exists in the directory. So right now the flow looks like:
Jobs[1]-->Email-->Approved
Jobs[0]
But I want it to function more like:
Jobs[1]-->Email-->Ignored
Jobs[1]-->Email(1st reminder)-->Ignored
Jobs[1]-->Email(2nd reminder)-->Ignored
(et cetera - until eventually...)
Jobs[1]-->Email(3rd reminder)-->Approved
Jobs[0]
I tried to create a loop and hold the job for 24 hours, but that just sends a follow-up email no matter what, instead of being conditional upon the job still existing in the original directory. Pretty new to switch still. Any help is greatly appreciated!