I have a scenario where I need to count the number of items in a list. I can count the number of items in a dropdown and a table, but not a list. Is that expected?
I have a scenario where I need to count the number of items in a list. I can count the number of items in a dropdown and a table, but not a list. Is that expected?
Yes this is expected, but you can do this using conditional scripts.. such that if an item is selected write out to a field called 'total' - 1 + value of total (ie it incrementally counts up how may items were selected). just take care what 'event' you run this on (ie you will get a bad count if you run this script on the list object 'data has changed' if users select, then deselect)