Skip to main content
Version: Next

Clear Object Property

Clear an Object property.

Description

Clear a specific property of an object. This removes the value altogether.

If a property has been cleared, as a consequence, calling Get Object Property on that property will not produce any result.

Inputs

  • Control Flow (Control Flow)
  • object (Object): The object.
  • property (Property): The property to clear.

Outputs

  • Control Flow (Control Flow)
  • object (Object): The result object.
  • Error Flow (Error Flow): Triggered if an error occurred