Records Tutorial how to insert values into the table?

Hi,
according to this tutorial i created custom data type and data store https://docs.appian.com/suite/help/18.1/Records_Tutorial.html 
but i don't know how to:

5. Insert the following values into the table:



  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi pitorb,

    Follow the simple steps.

    1.First you need to create a CDT(With Id as a primary key and auto generated) and then publish it as a data table in your DB through Data Store.
    2.Create an interface with some components(like text field or other components) and create a rule input with the CDT type you have created.
    3.Create a process model and configure the process start form, use the write to data store entity smart service to enter the values in DB.
    4.Publish the process model. Now you can debug your process model or you can publish the application and use it in the actions tab to enter the values in the fields of the interface and submit the form. Now the values will be entered into DB if there are no errors.
Reply
  • 0
    Certified Lead Developer
    Hi pitorb,

    Follow the simple steps.

    1.First you need to create a CDT(With Id as a primary key and auto generated) and then publish it as a data table in your DB through Data Store.
    2.Create an interface with some components(like text field or other components) and create a rule input with the CDT type you have created.
    3.Create a process model and configure the process start form, use the write to data store entity smart service to enter the values in DB.
    4.Publish the process model. Now you can debug your process model or you can publish the application and use it in the actions tab to enter the values in the fields of the interface and submit the form. Now the values will be entered into DB if there are no errors.
Children
No Data