How to add a string selection to sitemap?

Hi, I am struggling with the Element Type ‘Selection’ in my sitemap when the underlying item type itself is a string.

The Doc example says

Selection item=LR_TV_Channel label=“TV Channel” mappings=[0=“DasErste”, 1=“BBC One”, 2=“Cartoon Network”]your code goes here

This is for item=LR_TV_Channel label that is a number (0, 1, 2).

How do I add an item of string type and add 2 string selections?

mappings=["String1"="DasErste", "String2"="BBC One", "String3"="Cartoon Network"]

Ah, okay, really that simple…:blush:
I will try and report back..

Hi,

Your string item’s metadata.. Add command options.

The options are available in sitemap and mainui

(without mapping, just

Selection item=yourItem)

Greets

That worked! Thanks for the help!