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.
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.