Hi Team, OutSystems currently handles data types such as Identifier, Text, Date, Binary, and Lists effectively. However, I’d like to propose an enhancement to improve how we manage structures. Current Challenges: Checking Structure Emptiness: We currently need to verify each attribute of a structure individually to determine if it’s empty. Setting Fields to Null: Manually setting each attribute to null to represent an empty structure can be cumbersome, especially when dealing with complex structures. Proposed Enhancements: IsEmpty Property for Structures: Similar to the IsEmpty property for lists, structures could have an IsEmpty property to easily check if all attributes are uninitialized or contain null values. Set Structure to Empty/Null: Instead of manually assigning null to every attribute, there should be a built-in feature that allows the entire structure to be set to an empty state in one step—similar to how NullIdentifier works for identifiers. These enhancements would streamline structure handling and improve development efficiency, particularly when dealing with large or complex data structures. Looking forward to your thoughts!