Multifield item dropdown
I have a CLASSIC UI dialog multifield. For each multifield item, I have a dropdown that is populated from an expensive API call to an external system.
As the multifield could have 40+ items, I want to avoid making 40+ API calls to populate each item dropdown.
What is a good approach to solve this?

