Skip to main content
The Insert To Children By Query List command (Command Type: 1021) inserts multiple fields into child objects by applying a list of query-and-field-name pairs. Each pair is applied in order to all children.

Overview

The Insert To Children By Query List command provides functionality for:
  • Inserting multiple fields into child objects in a single command
  • Applying each query-field pair sequentially to all children
  • Reducing pipeline complexity when multiple parent fields need to be injected

Command Type

Command Type ID: 1021

Parameters

InsertToChildrenByQueryParams

Usage Examples

Insert Multiple Parent Fields

Insert Metadata and Timestamp

Common Use Cases

  • Bulk Enrichment: Inject multiple parent-level identifiers into child records in one step
  • Data Denormalization: Flatten hierarchical data with multiple parent attributes
  • Pipeline Simplification: Replace multiple sequential Insert To Children By Query commands with one