SAIL form data to submit into Database

Certified Associate Developer
Hi,

I am new to SAIL forms development.

I have a SAIL interface form with some text fields and dropdown fields with submit button. I need to insert the data feeded into those fields and store that into Database when the user click on Submit button.

Please help me.

OriginalPostID-258425

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    The traditional way is to save the data into Rule Inputs, which you then feed out into similarly named AC variables in a User Input Task in a process model, and upon form submit have those saved into process PV variable(s), which you can then write to database using a Write to Data Store node.
    To get any more specific, it would be necessary for you to describe more about what you do or don't already have set up.
Reply
  • 0
    Certified Lead Developer
    The traditional way is to save the data into Rule Inputs, which you then feed out into similarly named AC variables in a User Input Task in a process model, and upon form submit have those saved into process PV variable(s), which you can then write to database using a Write to Data Store node.
    To get any more specific, it would be necessary for you to describe more about what you do or don't already have set up.
Children
No Data