HOME
COMMUNITY
PRICING
CONTACT US
28 nodes in this category.
Get Parent Element
Get the parent element of the provided element
Get Self
Get the current element (self reference)
Get Root Parent
Traverse up the parent chain to find the topmost parent element (root element)
Get Element from Array by Name
Find element by name in array and return element, index, and success status
Get Variable from Element
Get specific variable from an element (includes ledger modifications)
Get Child Elements
Get all child elements of the provided element
Element Exists
Check if an element exists
Get Element Name
Get the name of an element
Get Element Framework
Get the framework of an element
Element Has Variable
Check if an element has a specific variable
Attach Element
Attach an element to a parent element
Attach Elements
Attach multiple elements to a parent element
Detach Element
Detach an element from its parent
Detach Elements
Detach multiple elements from their parents
Attach as Child
Attach element as child to parent (automatically detaches from any existing parent first)
Detach Child to Root
Detach element from parent and place at campaign root (same location as original root parent)
Create Child Elements
Create multiple child elements from an array of frameworks
Duplicate Element as Child
Create a copy of an element as a child of the current element
Duplicate Elements as Children
Create copies of multiple elements as children of the current element or a specified target element
Create Many Child Element
Create multiple copies of an element from a single framework
Filter Elements by Framework
Filter elements that were created from a specific framework
Filter Elements by Frameworks
Filter elements that were created from any of the specified frameworks
Filter Elements by Variable
Filter elements based on variable name and/or value
Create Child Element
Create a child element from a framework (with parameter collection)
Call Element Function
Call a function on another element
Get Value from Element
Extract a value from an element by variable name (type detected from default value)
Get Array from Element
Extract an array value from an element by variable name (type detected from default value)
Get Values from Elements
Extract an array of values from an array of elements by variable name (type detected from default value)