# January 2022

> **18 January 2022**

**18 January 2022**

## Bug Fixes

Form actions with dropdown fields that hold many values loaded slowly or displayed the form fields incorrectly. We made some performance improvements to prevent the slow rendering. In addition, to boost the form performance, make sure to:

* use dynamic dropdowns by appending the `dropdown` suffix while defining the dropdown variable,
* use the `List<T>` type for the dropdown variable, instead of the `Dictionary<T, T>` type.
