Kanban Tags by Alpha-ID in String

Hi,

i would like to have tags like this

tags : [
{ id: “Tag_1”, value: “My Tag number 1” },
{ id: “Tag_2”, value: “My Tag number 2” }
]

and then have in Data

data : [
{ id: 4711, text: “my Kanban Card A”, tags: “Tag_1,Tag_2” },
{ id: 4712, text: “my Kanban Card B”, tags: “Tag_1” },
{ id: 4713, text: “my Kanban Card C”, tags: “Tag_2” }
]

How is that possible?

Thanks in advance,
Chris

Hello @chris,
Do you mean something like that? Code Snippet
If the use-case is different, could you please describe it further?