Hi,can any one help to populate Tags not tag which is placed in Table (new).
I have the below data from my Api to be populated as random colored tags to show in cell. The other column populated using api in table but the concept of tags not getting cleared.
So I have tried multiple solutions from other posts. but not work.
May Be I misunderstood the concept of tags. Even in some posts, they suggested using Tags to populate multiple tags in a single cell . but I have SourceEntryTags in form of array oh object .
so dont know how to achieve this.
Do you want to edit the tags?
And have you tried populating the data source using fx instead with:
"SourceEntryTags": [
{
"id": "3c0b-11ee-9650-cb97dcca7a1b",
"name": "Literature"
},
{
"id": "3c0b-11ee-a321-9b260885406e",
"name": "Art "
}
]
Hi @ScottR thanks for reverting back.
I have tried but not working and also yes want to make this column editable.
I also have tag list api to fetch data master tag data . Please guide me on which area should I try to map through existing source tags.name entry to show in the column as capsule/tag. and can also edit