HR & RECRUITING

Daily scan of recent offers and raises for comp-band drift, emailed as a digest

Every morning this workflow pulls the last 24 hours of approved offers and raises from BigQuery, flags any that landed outside the band for their level and geo.

CategoryHR & Recruiting
Enginesim
Difficultyintermediate
Triggerschedule
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerEvery weekday morning
  • ActionQuery last 24h of offers + raisesGoogle BigQueryBigQuery
  • LogicFlag and rank out-of-band actions
  • LogicAll-clear vs. exception digest branch
  • OutputEmail exception digest via OutlookOutlook

What it does

This is the nightly auditor that catches what slipped through. Each morning it queries BigQuery for every offer and raise approved in the last day, joins each one to the approved band for its level and geography, and computes how far it sits inside or outside the range. It then assembles a single digest: total compensation actions reviewed, count outside band, and a ranked list of the worst breaches with name, manager, level, geo, the band range, and the percentage over or under. That digest is emailed to the comp team and HR leadership through Outlook, so the first thing they see is a clean exception report instead of a spreadsheet to comb through.

When to use it

Use it when offers and raises are already being approved across multiple systems and you need a reliable backstop that surfaces band breaches the next morning. It suits comp teams that want a standing daily record of drift without anyone running manual queries.

How it works

  1. 1A schedule trigger fires each weekday morning.
  2. 2The workflow queries BigQuery for offers and raises approved in the last 24 hours, joined to the approved band by level and geo.
  3. 3A logic step flags each action as in-band or out-of-band and ranks breaches by magnitude.
  4. 4If there are no breaches it sends a short all-clear; otherwise it builds the exception digest.
  5. 5The digest is emailed to the comp team and HR leaders via Outlook.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect BigQueryDatasets, queries, schemas.
  2. 2
    Connect OutlookMail, calendar, contacts.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.