Data Mapping
In Autom8 AI, you can dynamically access and map data between nodes using the Expressions Editor. This lets you reference specific fields from previous steps or the current input—essential for building flexible, data-driven workflows.
Mapping in the Expressions Editor
Expressions let you access structured data using dot notation and built-in variables.
Access Data from a Previous Node
To retrieve data from a specific node earlier in the workflow, use:
To access a specific value like a name:
Example Input from a Previous Node
Using the expression above would extract the "name"
field from each item.
Access Data from the Current Node’s Input
To reference the input item currently being processed:
Or, to get a specific field:
This is useful for mapping data within a single node or when using branching logic.
Quick Tips
Use drag-and-drop mapping for speed, or type expressions manually for precision.
Expression references are context-aware: make sure you're referencing the correct node and field.
Refer to Item Linking Errors in the docs if your mapping doesn’t behave as expected.
Last updated