I’m trying to show the amount of elements selected from a multiselect field called pkgmembers. I tried to use pkgmembers()->count()
but it just spits out a list of the selections rather than a number
I tried using pkgmembers()->split()->count() but that threw an error.
I feel theres a simple solution I am just overlooking.