You can create bindings to pass data to data models. For example, you can create a binding to pass user input to a data model.
For example, your file can have a TextInput component that lets users enter employee information.
The Add Binding - Step 1 dialog box appears.
For example, if you want to pass an employee name to the data model, select the appropriate name property of the data model.
The Add Binding - Step 2 dialog box appears.
The source can be the property of a component, data service, or even another data model.
For example, if you have a TextInput component that lets users enter an employee name, select the TextInput component in the left pane and then select the text:String property in the right pane.
If you want, you can modify the binding expression in the Binding Source text box.
The new binding appears in the Bindings panel.
For instructions, see Calling the data service.