Feb 07, 2023

Dynamic select options

Select fields are the perfect solution when you need to import a field with a list of valid options, giving your user an easy dropdown menu to choose.

Sometimes, however, the list of valid options may change based on other data in the row. For example, the list of valid states and provinces may change based on what country a row has.

Row hooks have gotten even more powerful, and now enable you to change the set of valid select options for a given field on a row-by-row basis. You can do this simply by returning a list of selectOptions for the given field from the row hook - read more here!

© 2024 Dromo

Subscribe