Question

I need to dropdown mapped to input field and button

  • 26 October 2022
  • 6 replies
  • 189 views

Userlevel 1

I want to make a dynamic dropdown mapped to text input field. In zapier I saw built-in-action related to this  "Zapier filter action".
In that action there is a text input field with a dropdown and there is a button for add conditions. I couldn't find any examples related to this functionality, so is there anyway to achive this?

 

Zapier filter function

what I want to achive

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Userlevel 7
Badge +8

Hi @hashnoxt 

 

Filter by Zapier is used to stop the zap from proceeding unless certain conditions are met. I dont think this is what you are looking for? 

 

To map a dynamic value then you would need to click on the field you want to up date and choose CUSTOM then choose the value you want from previous Zapier steps. 

 

Hope this helps :)

Userlevel 1

Thanks for the answer. But I’m looking for functionality like this

Lets say I have dropdown and If I select an option, it should create a input field. Also I should be able to add multiple dropdowns according to my needs. Can I do this with zapier cli?

It should will look like this

 

Userlevel 7
Badge +8

Im sorry for misunderstanding, you are talking about creating your own integration? You sure can do that in Zapier CLI , check out this resource https://platform.zapier.com/cli_tutorials/dynamic-dropdowns

Userlevel 1

Thanks. I checked this before. But I couldn’t find any examples that use drop-down along with text input fields together. 

I should be able to map dropdown and text input field together

Userlevel 1

Like image above

Userlevel 6
Badge +8

Hi @hashnoxt !

I believe what you’re looking for is the list or allow multiples option.

In the Visual Builder GUI, it’s allow multiples https://platform.zapier.com/docs/input-designer#allows-multiples

In the CLI text builder, it’s setting the list boolean to true: https://github.com/zapier/zapier-platform/blob/master/packages/schema/docs/build/schema.md#fieldschema

Hope that helps...let us know if you have any more questions!