In the event that we have more than one field and they take the same value, then all their values can come from the same input
instead of having to define a copy of the same input for each. First define an input for the first field, and then fill the
others by means of a put field that has this input as the source.
A temporary variable can be also used to define the source of a put field. We use a temporary variable for example if we want
to fill a field from a previous screen.
To declare an input node as the source of a put field we drag this node into the emulator window and drop it over the desired
field. This will add a new put field node that has the dragged node as source. We do the same if the source is a temporary
variable.
Property |
Description |
Data |
See put field. |
Location |
See put field. |
Source |
Temp or Input depending on the type of the source node. |