Configuration
| Setting | Description |
|---|---|
| Integration | The connected system to pull data from (e.g., Salesforce, Snowflake, CSV) |
| Entity | The specific object or table to query (e.g., Account, Contact, Order) |
| Fields | Which fields to include in the output |
How It Works
Select fields
Choose which fields to include. These become available as Mentions in all downstream nodes.
Add filters (optional)
Narrow the dataset with conditions before passing it downstream. See Building Agents for details on filter configuration.
Output
A set of records from the selected integration, with the chosen fields available as Mentions for all downstream nodes.Best Practices
- Select only the fields you need — smaller datasets process faster
- Use filters to narrow the dataset early rather than filtering downstream
- Every workflow needs at least one Get Data node as its entry point
Related Nodes
- Simple Filter — filter the records returned by Get Data
- Bond Node — combine Get Data output with another entity