Skip to main content
saurabhs0003
May 18, 2021
Question

POP UP MESSAGE

  • May 18, 2021
  • 2 replies
  • 0 views

Hi All,

Please help me to display a pop up message for when the process  has been completed successfully when the form values has been successfully added to the database 

    2 replies

    kunals0003
    May 18, 2021

    AFAIK creating pop-up messages are not possible. Have you tried showing a confirmation screen?

    Try this:

    • Create a new interface to show a confirmation page that the task was submitted and the details have been saved using rich-text
    • Use this form in a user input task in the process after the database write is successful.
    • Chain this UIT with your main form so that the confirmation screen is shown to the end-user as soon as the form submission is successful
    hemalathak803
    May 19, 2021

    If you click the button while submitting the form, you can show popup. You can configure this in button's confirmation message.

    Once you submitted the form, all the values will be written in db which can be configured in process model.

    [View:https://docs.appian.com/suite/help/21.1/Button_Component.html]