Hey @igoraguiar! Echoing @ScottR's comment, are you interested in copying a single value or the entire data object? If the latter, this "Copy to clipboard" action expects the value to be a string.
You could copy the stringified version of your data if that helps at all!
{{ JSON.stringify(query.data) }}
