Object feedback

The problem is obvious. When I tried to read from a property name, which does not exist in the object, it will crash. There is currently no way to know if the property name does not exist.

Hope that the function of “if not found” is added in the get object block!

When reading a nonexistent property from an object block, I don’t get a crash.

There is currently no way to know if the property name does not exist

You are mistaken, the existence of the property can be easily checked using the existing blocks in the objects category

1 Like

Sorry for lacking the knowledge of object in Thunkable X, can you kindly tell me which block?

You can use this block to see what properties are associated with an object.

1 Like

Can I know what it will return if the value doesn’t exist? An empty list or null? This is not stated in the documentation.

You were shown the block. Take this block and experiment with it to understand how it works.

will try it. Thx for the information!