Foundations Capstone: A Cross-App Search Workflow
Chaining operators across apps end to end
You'll be able to
- Chain app: and facet operators across several systems to answer one question
- Sequence searches so each result narrows the next
Read first
Day 7 Lab
- Pick a real question that spans apps β e.g. "why is the Acme renewal at risk?"
- Write one scoped search per app, in the order each result feeds the next.
- Run the chain; carry an account name or ticket ID from one step into the next.
- Capture the answer with a source link from each app you touched.
Working Example: A Cross-App Renewal Investigation
Each step is a per-app search from this week; chained, they answer a question no single app holds. Verified against datasource_filters.
Question: "Why is the Acme renewal at risk?"
1. app:salesforce account:Acme stage:negotiation closedate:this-quarter
β the opportunity, owner, and amount in play
2. app:zendesk org:Acme status:open priority:urgent
β 2 open urgent tickets β the friction
3. app:jira project:ATLAS priority:high label:acme
β the engineering fix those tickets are waiting on
4. app:slack channel:#acme-account after:2026-06-01
β the team's latest read on the relationship
5. app:confluence space:CS label:renewal author:@maya
β the renewal play to run next
Each result hands the next a name or ID β the order is the workflow.
Order matters because each search supplies the input to the next: the Salesforce step names the account, which scopes the Zendesk and Jira queries, which point at the Slack thread. This is the payoff of mastering search β at Confluent's scale, where the same answer is scattered across millions of documents and dozens of apps, a disciplined chain turns a half-day hunt into a five-minute workflow. Verified against datasource_filters.
Check for understanding
In a cross-app workflow, why does the order of searches matter?
Check yourself
1. What does a built-in Glean Skill bundle together?
2. In a busy Slack channel, which facet pair pins a message fastest?
3. What does `app:jira project:ATLAS priority:high assignee:@raj` return?
4. Why does a Confluence `label:` facet help you find the canonical page?
5. Which Salesforce facets together build a 'large deals closing this quarter' shortlist?
In 10 seconds
βOne question, five apps, five filtered searches that hand off to each other. This is the payoff: at Confluent's scale, mastering per-app search turns a half-day hunt into a five-minute chain.β
Operator-Stacking Mastery