There are three people involve in my approval workflow. The first two (program manager and finance) review the terms of a contract before a PDF of the contract is generated. The PDF contract doesn't require a signature, it just has all the details they need to review.) Once the PDF is generated it is included in an approval workflow for a new hire.
I have the "generate PDF" as its own automation, which is triggered once I receive an Approval for both the program manager and finance.
Currently, I have "when attachment is added" as the trigger for the approval workflow for the new hire, with the condition that the approval workflow hasn't already started for the new hire ([Approval Status] = "Not Started").
Is there a better way to trigger this workflow than waiting for an attachment to be added? I want to be sure the PDF is generated before the approval workflow begins, but I want to avoid a situation when an attachment is attached (not the PDF of the contract) while the [Approval Status] for the new hire = "Not Started". This would cause the approval workflow to begin inappropriately.
So, any recommendations on how to trigger approval workflow for new hire:
- The program manager and finance both approved the terms of the contract (i.e., their separate Approval Status columns say "Approved"
- The PDF was generated.
- No other situation (another attachment is added that isn't the contract) causes the workflow to run when it shouldn't.
How do I then "attach" it to the workflow so the new hire can easily view it before they click Approve or Reject?