Hi everyone, I have a query that returns a single string result, for example a Name, and I would like to display it as a simple text widget but after clicking ‘Text’ in the query window what it displays on the page is something like this:
[
{
count: “Name”
}
].
How can overcome this problem and show only the content of the result of the query? Thanks.