Skip to main content
gabrielem0001
October 16, 2024
Question

Required fields and Sites

  • October 16, 2024
  • 3 replies
  • 0 views

Hi,

sometimes I have to go back to the basic rules of Appian. I have an editable grid with REQUIRED fields to show in a page of a Site.

To make this validation work, I have to put the interface in a start form of a process and then add this process in a site page as Action, otherwise it won't work.

Is that correct?

Thank you

    3 replies

    somasundaram.d
    October 16, 2024

    Yes.

    As you have the editable grid that gets some data and you want to store it or process it, it should be added as a start form to that process and incorporated as an action in the site.

    October 16, 2024

    You have two options:

    1. Add interface as a process start form and add this process in a site page as an action

    2. Create an interface and start a new process when clicking a button. Here, you need to add the interface directly to the site page.

    stefanhelzle0001
    October 16, 2024

    Well, technically you could configure that button to validate without submit and do all things inside an interface. But that's not the way Appian works best, so the answer is "Yes".