Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.maia.ai/llms.txt

Use this file to discover all available pages before exploring further.

Append to Grid is an orchestration component that lets you append or prepend data to a pre-existing grid variable in Maia. Running this component can add rows to existing columns, but doesn’t add columns to the grid.

Properties

Name
string
required
A human-readable name for the component.
Operation
drop-down
required
Choose whether to append or prepend your data rows to the grid.
Target Grid Variable
drop-down
required
Select the grid variable that is to be appended or prepended.
Values Grid
column editor
required
For fixed data, manually enter data for new rows in the target grid.This property is only available when the Fixed/Grid property is set to Fixed.Click the Text mode toggle at the bottom of the dialog to open a multi-line editor that lets you add items in a single block. For more information, read Text mode.To use grid variables, select the Use Grid Variable checkbox at the bottom of the dialog. For more information, read Grid variables.