Setting up a second approver for a process

Hello,

I have a form that needs two approvers. I am adapting the example of https://docs.appian.com/suite/help/19.4/Process_Modeling_Tutorial.html for a first approval:

  • In Process Modeler how can I setup a second approver after the first person approves the form? What node should I use?
  • Also, I need to generate a pdf file after the form is approved to be sent to a few recipients. I do not see a Smart Service that generates a pdf file

Thanks for your help in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • There's two things to check in this case. First, make sure that you provide a value for your variable in the inputs tab for the second approval task. For example, I provided details about a vehicle (that I saved in pv!vehicle) in form 1. In form 2, I now display this by adding the value to display as pv!vehicle

    If you have this set correctly, also check the forms tab to make sure your form has the rule input mapped to the variable you created in the first tab.

Children