Count picked items in Contentment Datalist for BlockList label

I have a Contentment Datalist where I want to count the picked items for a BlockList label.
I’ve tried the following on a property named: `people`

{people.length}

{umbValue: people.length}

But none of the above gives me anything

Here is how to do it:

${ people.length }

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.