FAQ

chevron-rightCan I export a pre-aggregated labor report instead of joining Time punches and Wages?hashtag

Yes — use the Worked hours and wages entity. This report, generated by 7shifts, provides daily totals for hours worked, wages, and tips per employee and role without requiring you to join and aggregate raw punch data yourself.

It's the fastest way to get a labor cost summary into a spreadsheet or BI tool. If you need punch-level detail (individual clock-in/out records, break time, approval status), use the Time punches entity instead.

circle-info

See Data Overview for the full list of fields available in this report entity.

chevron-rightCan I export all 7shifts entities in one data flow?hashtag

No — each Coupler.io data flow exports one entity at a time. To combine data from multiple entities (for example, Time punches with Users or Wages), create a separate data flow for each entity and then use Coupler.io's data join feature to merge them in your destination using a shared key like user_id.

circle-info

See Data Overview for a list of common entity combinations and the join keys to use.

chevron-rightWhat Start date should I use for the Time punches entity?hashtag

For regular payroll exports, set the Start date to the first day of your current pay period using the date picker. This pulls only the punches you need for the upcoming payroll run.

For historical analysis (e.g., quarterly labor cost review), set the Start date to the beginning of the period you want to analyze. If you need more than one quarter of history, consider splitting into multiple data flows — one per quarter — to avoid timeouts.

chevron-rightCan I filter time punches by location or department?hashtag

The 7shifts integration does not currently support server-side filtering by location or department. However, the Time punches entity includes location_id and department_id columns for every punch. Once the data is in your destination (Google Sheets, BigQuery, etc.), you can filter or pivot by those columns to focus on specific locations or departments.

To get the location or department name alongside the ID, create a separate data flow for Locations or Departments and use a data join to match on location_id or department_id.

chevron-rightWhy does my hours total differ from the 7shifts Timesheets report?hashtag

A few common reasons:

  • Date range mismatch — Check that your Start date matches the exact period shown in the 7shifts Timesheets view.

  • Approval status — The Timesheets report in 7shifts may only include approved punches. Check the approved field in your export and filter accordingly.

  • Breaks — The hours field includes or excludes break time depending on your 7shifts configuration. Check whether the breaks field (in minutes) should be deducted from hours to match your payroll policy.

  • Time zones — Timestamps are in UTC. If you're summing hours by calendar day, make sure you're converting to local time first.

chevron-rightHow do I calculate labor cost from 7shifts data?hashtag

Combine two data flows:

  1. Time punches — provides hours, user_id, and role_id for each punch

  2. Wages — provides wage and wage_type per employee and role

Join on both user_id and role_id, then multiply hours × wage for each punch to get the labor cost. An employee can have different pay rates for different roles, so joining on both keys ensures you use the correct rate for each shift worked.

circle-info

See Best Practices for guidance on joining Time punches with Wages and handling break time in cost calculations.

chevron-rightWhat's the difference between Assignments, Location assignments, Department assignments, and Role assignments?hashtag

All four entities describe relationships between employees and their work setup, but from different angles:

  • Assignments — a general record linking a user to a location, department, and role in one row

  • Location assignments — specifically records which locations an employee is authorized to work at

  • Department assignments — records which departments an employee belongs to

  • Role assignments — records which roles an employee is qualified to perform, including whether it's their primary role

For most reporting purposes, Role assignments and Location assignments are the most useful. Use them to build a lookup table of which employees work where and in what capacity.

chevron-rightWhat does it mean when a shift has no user_id?hashtag

A shift with a null user_id is an open shift — a shift that has been posted to the schedule for any qualified employee to claim, but hasn't been assigned yet. Open shifts appear in the Shifts entity alongside scheduled shifts.

When calculating scheduled hours per employee, filter to rows where user_id is not null. If you want to analyze unfilled staffing gaps, look at shifts where user_id is null and published is true.

chevron-rightWhy don't I see all my locations in the export?hashtag

The data returned by the 7shifts API is scoped to the account used during the OAuth connection. If the connected account is a location manager (not a company admin), the API will only return data for locations that user has access to.

To get data from all locations, reconnect Coupler.io using a company admin 7shifts account.

circle-info

See Common Issues for more troubleshooting steps related to missing locations and permission errors.

chevron-rightIs 7shifts available to all Coupler.io users?hashtag

The 7shifts integration is currently in early access. It may not be visible in all Coupler.io accounts by default. If you don't see 7shifts in the source list, contact Coupler.io support to have it enabled for your account.

chevron-rightHow often should I refresh 7shifts data?hashtag

It depends on the entity:

Entity
Recommended refresh

Time punches

Daily (or after each pay period close)

Shifts

Daily during active scheduling weeks

Users

Weekly

Wages

Weekly or on change

Locations, Departments, Roles

Monthly

Assignments

Weekly

For payroll-critical exports, schedule a final refresh a few hours after the last shift of your pay period ends to capture all manager approvals.

Last updated

Was this helpful?