Decorators in data tables?

I would like to learn if there is a way to use decorators on quick-value table results. For example a table that displays failed VPN usernames. I would like to decorate that with additional data such as a domain name. I have easily created the decorator I want but I don’t seem to be able to get it into the result table. Is this possible or would I need to use an extractor to generate a new combined data field instead?

Thank you.

the decorator is only to manipulate the data that is displayed to the user. If you want to add data that can be used for dashboards or alerts you need to enrich the data with a pipeline function.

You might be lucky with an extractor but without knowing what you like todo that is hard to tell.