I have an object data item data type in my table and I would like to do a conditional on a field in the object. How can I do this? It seems like I can only get the object and see if it’s empty or not empty. How can I get further information out of this object in a logic block?
For a normal object type data items, introspecting into them is not supported. We only support the complex objects we know about (Address, Name, and so on). There are the JSON Object and JSON Array data item types, but I don’t know the extent of their support.