action-center
latest
false
- Automation Cloud and Test Cloud
- Automation Cloud Public Sector and Test Cloud Public Sector
- Automation Cloud Dedicated and Test Cloud Dedicated

Action Center release notes
Last updated Apr 29, 2026
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
dropdownsuffix while defining the dropdown variable, - use the
List<T>type for the dropdown variable, instead of theDictionary<T, T>type.