Best practices of data from form

Hello,

I would like to know what are the best practices to have the data from a form to be retrievable? 

I am not what the proper steps are where to have that data being written to... Data store, data type, record type...

  Discussion posts and replies are publicly visible

Parents
  • This is a pretty generic topic, so there's a lot that could be said about this. Do you have a particular scenario in mind that we could help with or an issue that you are encountering? Also, if you are new to Appian, I'd highly recommend checking out Appian Academy. This site contains many videos and examples for how to set up data on forms.

    At a high level though, the best way to capture data on a form is to (1) create a rule input for the data you want to save (2) add a component such as a text field and use the "saveInto" parameter to save a value into the rule input and (3) create a process and reference the form you created to capture the form data. Please let me know if there is a particular step you are struggling with.

Reply
  • This is a pretty generic topic, so there's a lot that could be said about this. Do you have a particular scenario in mind that we could help with or an issue that you are encountering? Also, if you are new to Appian, I'd highly recommend checking out Appian Academy. This site contains many videos and examples for how to set up data on forms.

    At a high level though, the best way to capture data on a form is to (1) create a rule input for the data you want to save (2) add a component such as a text field and use the "saveInto" parameter to save a value into the rule input and (3) create a process and reference the form you created to capture the form data. Please let me know if there is a particular step you are struggling with.

Children