Pipelet SetFormOptions
Clears the FormField's options, and then sets the options from a map of name/value pairs contained in Options input parameter. The Begin and End values specify which elements in Options to use.
Group:
Forms
Input Parameters
FormField
:
FormField
(Required)
Options
:
Object
(Optional)
An Iterator, Collection or Map of objects, which are used as options.
Begin
:
Number
(Optional)
The index from which to begin reading the options from the iterator.
End
:
Number
(Optional)
The last index from the iterator.