Skip to main content
Question

Can I have a "Select All" option in my input dropdown?

  • 16 July 2024
  • 1 reply
  • 13 views

Currently in my Zapier App, users are allowed to select multiple options for one of my input fields. This list of options can be large for some users and other users would like the ease of use to just click a button to select all options. Is that something we can support in the Input Designer for a dynamic dropdown somehow? I didn’t find anything like that in the documentation or the Input Designer

 

1 reply

Userlevel 3
Badge +3

Hi @irv,

While there is no “Select all” option that would automatically select all the other options, you could workaround this by adding an “all” option (or something similar). Selecting this would not automatically select the other options but in the API configuration for the trigger/action, switch to code mode and update the code so that if the value `bundle.inputData.fieldKey` (replacing ‘fieldKey’ with the key of the field) equals or includes “all” (or the name of the option that you gave it), the other options should be sent in the API request, else, only the selected options should be sent.

Hope that helps?

Cheers,

Reply