[SOLVED] When to add "[%s]" to an item label

%s displays the item value as a string (which only makes sense for string-type items).
It isn’t required but the only way to display the value in a sitemap (else it’s just displaying the rest as static text).
label= in sitemaps overrides what is set in the item definition, so you can do it there, too.

1 Like