My goal: In a table with a column with format Tags to uncheck Assign tag colors automatically and specify a single color or array of colors to use instead.
Issue: Unlike the Tag column format which has a color field in the inspector, the Tags format doesn't.
Steps I've taken to troubleshoot: Checked all menus for option to customize, checked the Theme settings as well, nothing.
Additional info: (Cloud or Self-hosted, Screenshots)
Screenshot:
Thank you so much @davblo, this is perfect. Just checked and nope, no option within Tags Option List, especially since I'm not separately mapping the options, it's a non-editable column in my use.
To answer your question, a Tag column format accepts a string, while Tags column format accepts arrays. So typically if you have a comma delimited string in a cell, you can do {{ item.split(',') }} in the mapped value to make each item show up in a pill.
The problem Abhilash has, is that he is not using "Mapped" options. He is using "Manual" settings. In that case the dialog you show above is not present.