How do you determine the length of a CloudDB tag (i.e., no. of items stored)?

Hi there, I'm developing a poll app in which I need to display percentage of an option chosen by the users from total votes casted.

How can I determine the length of a CloudDB tag (i.e., no. of items stored)

length of the tag name or value ?

For the value you will have to fetch the tag and then get the length of the value using the length text block.

If a list then use the list length block

2 Likes