Debugging Crashes in live view

Yes,
Thunkable does not know what to do when it encounters null. This is the reason you get the crash.

So unless you do not deliberately want a null, you should avoid it in the code.

1 Like