Issues with await and an SQL-Query

Hi @Markus,

Try this:

const result = await awaitTestSQL.trigger()

console.log('#K=Gesamt: ', result.data.name.length)

This is capturing the result in the result variable.