Recently used queries
Auto-tracked history that lives above the saved queries in the left rail.
Recently used queries
Above the SAVED QUERIES section on the left rail, you may see a small RECENT section. This is the last 20 queries you have actually run on this project, auto-tracked. No setup, no deliberate "save" click required.
How it differs from saved queries
| Saved queries | Recently used | |
|---|---|---|
| How they get added | You click SAVE | Automatically on every search |
| Where they are stored | Server (shared with project staff) | Your browser only (per device) |
| Maximum count | 100 | 20 |
| Have a friendly name | Yes | No (the SOQL is the label) |
| Survive clearing browser data | Yes | No |
| Visible to other staff | Yes | No |
Use SAVED for queries you want to keep and share. Use RECENT for "the thing I ran ten minutes ago and want to run again".
How to re-run one
Click any row in the RECENT section. The SOQL fills the search bar and the search runs immediately. The clicked entry stays in the list (it does not get promoted to "saved").
Where it is stored
Recent queries live in your browser's localStorage, keyed by project slug. That means:
- Switching to a different project shows that project's recent list
- Switching browsers or devices shows an empty list
- Clearing your browser's site data wipes the list
- Private / incognito sessions do not see your normal recent list
If you find yourself needing recent queries across devices, save the important ones explicitly. See Saved queries.
Capacity
The list holds the most recent 20 unique queries. Running an identical query again moves it to the top rather than adding a duplicate, so the list always reflects 20 distinct searches.
There is no manual delete. The list is auto-FIFO: oldest entries fall off the bottom as new ones come in. If you want to clear it entirely, clear localStorage for the dashboard origin in your browser's devtools.