Create a Dynamic List

Prev Next

Dynamic Lists allow you to populate autocomplete, select, radio, or checkbox form elements. Where Lists are able to be configured in the platform, Dynamic Lists allow you to call external services using an API.

View the Create a List article for information on how to populate form elements with reusable fields.

Instructions

  1. Navigate to Developer Tools and select Dynamic ListsDeveloper tools, option sets.

  2. Click the + button in the bottom right corner Plus sign button in the lower right corner.

  3. Choose Custom URL or Hosted API as the source for your list Custom URL or hosted API.

  4. Add a Dynamic List LabelDynamic list label field.

    Note: This is the name the user building the form will see when they add it to a form so we recommend keeping this short but descriptive.

  5. Choose the Environment you wish to add the dynamic list toEnvironment options.

  6. If you selected Custom URL, enter the link Custom URL fields.

  7. If you chose Hosted API, select an option from the drop-down Hosted API fields.

  8. Enable Searchable via Autocomplete if you would like to allow the Dynamic List to be assigned to an Autocomplete element that will query the server each time the user changes the search input Searchable autocomplete toggle.

    1. Enter the Querystring Parameter NameQuerystring parameter name.

      Note: The user's input will be passed to the URL specified using a query string parameter to allow results to be filtered on your server.

  9. Click SaveSave button.

  10. You can now add the dynamic list to an element on a formList on form.