Aql code support

Hi all,
I would like to use a title block cell to print the description of a logical component associated to it.


image

I used the as content “feature:documentation” but it is not working.
Could maybe someone help?
I also tried with the Interpreter but I can not understand the correct aql code to be used to print the Logical component description text.

Thanks in advance

Yes you can do something like:
aql:self.target.ownedLogicalComponents->select(pc | pc.name.startsWith(‘LC 5’)).description

The solution I found is:
aql:self.abstractType.description