1. Appian Documentation: User Input Task. In the section describing the Data Tab, it details the configuration of Node Inputs. It states, "The value of the node input is saved into the process variables selected in the Save Into field after the node is submitted." This directly confirms that configuring the inputs on the Data tab is the essential step. (Found under: Appian Documentation > Process Modeling > Process Nodes > Standard Nodes > User Input Task).
2. Appian Documentation: Process Model Object. The section on the Data Management Tab explains its purpose: "The Data Management tab in the Process Model Properties dialog allows you to configure the level of process data cleanup that occurs when a process is archived or deleted." This verifies it is not involved in passing data from a form. (Found under: Appian Documentation > Process Modeling > Process Model Object).
3. Appian Documentation: Write to Data Store Entity Smart Service. The documentation for this smart service explains that its purpose is to "write data to a data store." The Data Tab section for this node shows that its inputs are typically mapped from existing process variables, confirming it operates on data already present in the process. (Found under: Appian Documentation > Smart Services > Data Services).