Skip to main content

I'm building an integration using the Zapier CLI and running into an issue with dynamic input fields.

I have a multiselect field populated by a list of choices. As the user selects options, I want to remove those selected options from the remaining choices. I tried filtering out the selected values from the choices list, but that causes Zapier to display the key instead of the label in the list of selected items.

Has anyone found a workaround for this? Ideally, I'd like to remove selected items from the dropdown while still displaying their labels correctly.

Be the first to reply!