Saving data to database

I am new to Appian and I'm creating a form interface to save data to the database. I've gone through several of the tutorials and I created an Interface and a Process Model that will save data to the database. However, it only works when I launch it from the Process Model. How do I launch it from the Interface by clicking on the Submit button? 

I want to click Submit after filling out the Interface and have it fire up the process model to save to the database. 

  Discussion posts and replies are publicly visible

Parents Reply
  • Thanks for the help guys. I did not know that I had to add the process model as an action type page to a site. I was adding the Interface to the site and it wasn't triggering the PM. 

    Is there a way to add prompts or messages to the process model for debugging? Like after a step, it will show a message box saying "Step 2 complete", or "Step 3 complete".

Children
  • 0
    Certified Lead Developer
    in reply to jimc

    One workaround is to setup an User interface node assigned to you after each node in your process that can have the message - that way after each node completion you will have a task and process wont submit until you close it. 
    Its not a standard practice though. Can you share why you want a message after each step when using process model monitoring you can see how and when each node executes.