Skip to main content

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?

I could solve by formatting api response data.

For those who has similar question, check this docs.


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