I'm trying to create a custom column that contains the first (and only the first) entry in the tags field.
I've tried using this as the template:
Code:
{tags:subitems(0,1)}
But I get the full tag.
I also tried:
Code:
{list_item(tags, 0, ',') }
But that doesn't work either.
What am I doing wrong?