Input

Input

Incoming connection point for patches

Inputs are connection points in a patches used to communicate or connect with other patches. Typically, they are used to transfer data, but can also be patches or navigation nodes. To be of any use, an input must connect to an corresponding output configured.

For example, let’s say we have a View *A that collects user input for Name and Mobile number. These values can be sent as outputs and used for display in View B, and simultaneously stored in a dataset.

image

Here’s how it would look in Structure Builder:

image