How can i access CommentThread Data in ListView

Im Trying to use the comment component within a listview, so there are multiple instances, from there im trying to access the data of an instance to run a query

i have tried to access the instance values of the commentthread but i seems not to be accessiable

please help!

Hi there @Martin_M ,

Have you enabled instance values?

image

After you do that, you can access the property instanceValues:

image

yes but that gives me only the primaryKey, but not the instance component values like "data" property for the comment thread

Hmm I don't think it works for the commentThread yet :disappointed: I'll make a feature request

Here's an example using the text input:

1 Like