Hey y'all. Opening up some of the Clay hacks we use with our clients to the broader Clay community at no cost. These are designed to get around some of the most common Clay pains.
โ RANK โ rank within any group of rows, within and across tables. Like a window function for Clay.
How we use it: To get the TOP X contacts at a company (or any top X scored rows)
โ STASH โ save and update large JSON blobs, and retrieve them from anywhere.
How we use it: to save token-intensive compound research enrichment for lookup, and to push Claude-assisted versioned AI prompts into columns programatically without having to edit cells.
โ ECHO โ native JSON and bypasses the 8kb of text isn't enough.
How we use it: to combine multiple text inputs into JSON columns accessible from downstream tables.
โ RUN โ sandboxed JS functions for deterministic responses.
How we use it: to trade AI/data credits for action credits, and reliably run things that should be definitive.
โ RENDER โ builds and populates large HTML files from templates
How we use it: for ABM and complex dossier generation.
DM me or reply in ๐งต if you wanna check it out, I'll send you a link with a free-for-life code attached.