Skip to main content

I’m currently developing a Zapier integration for Condens. I have a couple of fields that I load dynamically from our server and that accept multiple text values. These text values will in most cases by from a list of pre-defined values, but it’s also possible to add ones that aren’t on that list. I’m wondering how to best support that in the UI.

If I set the choices property in the field spec to my list then it’s hard/impossible to select a value that isn’t on the list.

Basically what I’m looking for is a way to show those item on the list as suggestions, but still allowing to select different ones. Any ideas?

I think the most straightforward answer here is for the user to use a “custom value” in that circumstance. 

 

 


I think the most straightforward answer here is for the user to use a “custom value” in that circumstance. 

 

 

Thanks for the reply. I actually really tried, but couldn’t figure out how to do this myself before you showed me.