...
Including Forms in Other Logics
To include a form in your logic, build an input that references the form by its name:
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Any inputs that are part of the form can be read normally:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
input.nameOfInput as ValueType |
...
...
To include a form in your logic, build an input that references the form by its name:
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Any inputs that are part of the form can be read normally:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
input.nameOfInput as ValueType |
...