Limits to dropdowns
We seem to have hit a limit to the number of items that can be displayed in the asset dropdown on a form created in workflow designer. Does anyone know what the limit is and if there is a way to increase it?
Donna Pace
Posted 1 year ago·Last reply 1 year ago
1 comment
Damien R
·1 year agoHi Donna,
Have you tried to console log the number of assets in your list and the name of the last asset? If that's not the name of the last asset in your dropdown, you could console log the index of that last asset, and that should tell you what the limit is.
Not sure if that would be applicable in your case but I've found that even though the dropdown list cuts off after a certain amount of assets, you can get a new batch of assets if you start typing, filtering out the ones that didn't match in your first results.
To best use this feature, I think you shouldn't pass a list to your user form but instead use filters on the asset selection component.
Hope that helps :)