HiI wanted to check if a field in the database is empty, but I can’t.The field is of type Text rich, can you help?
I already tried Undefined, but it doesn’t work
Example:
if ( results . items [ 0 ]. idText === undefined ){
$w ( “#grafic” ). collapse ()
} else {
$w ( “#grafic” ). html = text
}