Skip to main content
Version: Next

Object To Map

Object To Map

Description

Converts an object retrieved from the Data Cloud into a map where the object's properties become the keys and the property values become the corresponding values within the map Example: Person => {name: Bob}

Inputs

  • Control Flow (Control Flow)
  • object (Object): The object to map

Outputs

  • Control Flow (Control Flow)
  • map (Map): Contains the properties of the object where the key is the name of the property and the value is the value of the property.
  • Error Flow (Error Flow): Triggered when provided source is not correct.