Error null cannot read properties

hi im getting this errors


Error:Cannot read properties of null (reading 'idclave_nombre')

tablaoculta

from tablaoculta.events update(tablaoculta)

from tablaoculta.selectedRow update(tablaoculta)

from user interaction

not sure why?

Similar to what I posted in your other topic.... sometimes Retool will attempt to read something you have defined in a Default value field even if it isn't needed yet and so you can remove these kind of errors using a ternary operator in the Default fields....

2 Likes