Package SDK v.34 release
- Updated: 2024/11/12
Package SDK v.34 release
What's new
SDK download link: A360-package-sdk-2.11.0.zip
Docs download link: A360-package-sdk-2.11.0-javadoc.zip
MULTISELECT attribute The Package SDK now supports a new MULTISELECT attribute at the action level. This attribute allows you to select multiple options from a drop-down list, offering increased flexibility in package configuration. For
example:
|
The multiselect
variable in the above code snippet represents a
collection of selectable options from a multi-select drop-down. Each option is
encapsulated within a Value
object. You can iterate through this
list to process individual selections or perform various list-based operations to
suit your automation requirements.