Configuration
Use the Insert Variable button next to Search Query, Language, or Location when you want those values to come from earlier workflow steps or start inputs.
For both Language and Location, you can work in two modes:
- 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.

