Configuration
| Option | Required | Description |
|---|---|---|
| Name | No | Label for the step in the workflow canvas. |
| Search Query | Yes | The value entered in Search Query. |
| Language | No | Language code used for the query. You can choose a preset language or enter a custom value. |
| Language Custom Value | No | Turns Custom Value on for Language. |
| Location | No | Location used for the query. You can choose a preset location or enter a custom value. |
| Location Custom Value | No | Turns Custom Value on for Location. |
| When the step fails | No | Controls whether the workflow should Terminate Workflow or Continue if this step fails. |
| The Settings tab holds the search configuration, and the Output tab shows the latest test result. |
- With Custom Value off, Fetch Hive shows a selectable list.
- With Custom Value on, Fetch Hive switches that field to a freeform text input.
US.
Output
This step stores the returned AI Overview payload as the step output. When Parallelization is enabled, each version runs at the same time and the step output becomes an ordered array with one entry per successful version. Use the base output reference in later steps:Example
Add Google AI Overview to your workflow. Set Search Query to something likelatest AI chip announcements.
Choose a preset Language and Location, or enable Custom Value if those should be filled from workflow variables.
To compare multiple query, language, or location versions, enable Parallelization and configure each version’s overrides.
Click Run in the step header to test the step, then open Output to inspect the response before wiring it into later steps.
Notes
- This step is configured in the standard Settings and Output tab layout, not the wide split-pane used by AI Prompt.
- The output shape depends on the result returned for the query, so check the live output before referencing nested fields in later steps.
- Use the variable picker to insert output paths instead of typing them manually when you want to avoid path mistakes.

