Skip to main content
The starting point for every Agent. Fetches records from a connected integration. Select the integration, entity, and fields you want to work with. All downstream nodes operate on the records returned by Get Data.

Configuration

How It Works

1

Select an integration

Choose which connected system to pull data from.
2

Choose an entity

Pick the object or table you want to work with.
3

Select fields

Choose which fields to include. These become available as Mentions in all downstream nodes.
4

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
  • Simple Filter - filter the records returned by Get Data
  • Bond Node - combine Get Data output with another entity