Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Object Helpers
Overview
Operations (sample payloads)
Operations
Object Helpers Operations
Latest version:
4.1
Changelog
Add key/value pairs
Adds key/value pairs from a list array to a source object as properties and returns a singular object. The source object can either be empty or populated with properties. The list array contains objects and each object will have the fields key and value.
Add value by key
Add a value to an object by its key.
Contains
Returns true if an object contains an assigned value, false otherwise.
Delete key value pair
Delete a key value pair with a given key.
Enforce object structure
Define a JSON structure which the output object must adhere to. The output object will contain at least the defined structure along with any additional fields from the input.
Equals
Returns true if an object is exactly the same as another object, false otherwise.
Find difference
Finds the difference between two objects and returns it.
Get value by key
Get a value from an object by its key.
Iterative transform
Given an object, iterate through its properties, and transform the associated keys and values accordingly.
JSON parse
Take a JSON string/text and parse it into an object.
JSON stringify
Take an object and transform it into a JSON string.
Map keys
Given an object, transform the given property key names.
Merge two objects
Merge two objects. If there is any property specified in both objects, the one specified in the first (source object) will be used.
Pick values by keys
Pick values from an object by its keys.
Properties exist
Check if a list of properties are found in an object. If any are not found, a list of the properties not found is returned.
Remove null values
Remove Null and/or empty String values from an object.
Previous
Operations (sample payloads)