Dropdown from the list

Hi everybody
I’m a newbie. I would like to ask if it is possible to create a dropdown from a list
If so, how to do it?
The list i get from the api
Thanks for reading

Hi you have several choices for dropdown:

  • element dropdown: can select one option from a list. The list options are specified manually or dynamically from a data sources (can be your database or a DATA API call with the API connector)

  • Multiselect Dropdown Plugin: plugin to be downloaded. Same as dropdown but user can select multiple options.

  • Manual Dropdown and Multiselect Dropdown: you can create your own dropdown using a Repeating Group to show a list of options. And a workflow to update a state when an option is clicked.

Hope this help :slight_smile:

1 Like

I thank you for your answer
But I want to ask how to separate the elements
Currently the elements are on the same row

Can you give a screenshot?

Actually you should have your Repeating Group like this:

  • type of content: your API call type
  • Data source: your API call hits

But in some case you might use this technique (eg. to have the list of name from your API call):

  • type of content: text
  • Data source: your API call:format as text (content: “this API hit’s name” ; delimiter: “,”)
1 Like

Thank you for your guidance
I knew what I should do

This topic was automatically closed after 70 days. New replies are no longer allowed.