I have a column with lists and I need to know how many elements I have in each row. How can I do this?
I have a column with lists and I need to know how many elements I have in each row. How can I do this?
Hi @naiaracerqueira, try ARRAY_LENGTH() on your field
Thanks, it worked!