My use is pretty common and straight-forward. Show status in a tag form with a background. It can be on cards , or a detail page.
Notion has a choice type column (multi/single select) with customisable background. is there a simialr concept in glide ? if not , is there a hack to achive it ?
Is it only a pill-like tag for displaying purpose, or do you want any interactions with it?
1 Like
its a pill like tag which should come on card and in the choice menu also while creation/editing
1 Like
What choice menu are you referring to?
I’m also asking about the same request, but pill is for viewing purposes on a card.
In my case, I was building it using a JavaScript column to convert my comma-delimited list to a HTML string, then display them using the rich text component. If you only have it as read-only, that will work.