Best answer

How can add dynamic dropdown in dynamic fields

  • 4 March 2022
  • 2 replies
  • 367 views

Userlevel 1

Hello,

In our CRM app, users can add contacts with custom fields which users created in our app.
We could support contacts creating Zapier action with dynamic fields,
and the dynamic fields generate only text type input fields(by calling our app’s api).
This action has been working well.


However, we added new types(number, dropdown, dropdown with multiple selection, date time) for custom fields in our app,
so we need those types of input fields generated by dynamic fields.

I think number type and datetime type can be handled by text fields,
but dropdown and dropdown with multiple selection are the problem to be solved.

How can we set them up?

icon

Best answer by Ryan Han 7 March 2022, 02:58

View original

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

2 replies

Userlevel 1

I could solve by formatting api response data.

For those who has similar question, check this docs.

Userlevel 7
Badge +11

That’s great news @Ryan Han! Thanks so much for following up here to share your solution with the Community! :relaxed: