Skip to content
English
  • There are no suggestions because the search field is empty.

Dynamic Lists

Learn how to dynamically populate Dropdown and Multi-Select List elements in APIANT forms using automation array data mapped through the 'await form submission' action.

The Dropdown and Multi-Select List elements within forms can have their value lists populated dynamically from automation array data:

Document image
 

As an example, this automation uses two "parse array elements from text" actions to emit arrays that will be used for the value lists in a dropdown and a multi-select list:

Document image
 
Document image
 

The arrays are mapped as inputs to the dropdown and multi-select list elements in the "await form submission" action:

Document image
 

When the form loads, the elements are then dynamically populated with the mapped input array data from the automation:

Document image