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 Reply
  • When you publish the daa store, the table must be already created, otherwise Appian will ask you if you want Appian to create it automatically. So, with your comment, you are almost done.
    Now, you can insert values. As we commented, you can insert values directly on the database (going into MySql, SQL, Oracle, where ever you create your DB) or using Appian methods, within a process model or creating an interface to do it.

    See links below:
    docs.appian.com/.../Write_to_Data_Store_Entity_Smart_Service.html
    docs.appian.com/.../recipe_use_the_write_to_data_store_entity_smart_service_function_on_an_interface.html

Children
No Data