Troubleshooting by Symptom
Find your symptom below and follow the diagnostic steps. If these steps do not resolve the issue, contact Kazinex support with the details gathered from each step.
Blueprint issues
Symptom: Computed field shows an error or "—" instead of a value
Possible causes:
- The referenced field has a null (empty) value.
- A divide-by-zero error in the expression.
- A field reference in the expression is incorrect (wrong field name).
- The expression output type does not match the actual computed result.
Diagnostic steps:
- Open the blueprint in design mode → click the computed field → check the Expression for syntax errors (red indicator = syntax error).
- Create a test edition and fill in all fields referenced by the expression. Verify the computed field shows a value with known inputs.
- If the field shows
—with known non-null inputs, check for divide-by-zero: addIF([Denominator] = 0, null, ...)around the division. - Check the Output type setting on the field — if it is set to "Number" but the expression returns a date, the output will be malformed.
Symptom: A Select option is missing from the dropdown in the edition
Diagnostic steps:
- Open the blueprint in design mode → find the Select field → check the Options list.
- Confirm the option exists. If it was recently removed, it will no longer appear in new editions (existing editions preserve the old value).
- If the option exists but is not showing: check whether Display order is set to "Active only" — inactive options are hidden from the dropdown.
- If a contributor previously entered a value via "Allow other" that no longer appears: the free-text value was not added to the option list.
Symptom: Blueprint publish is blocked
Diagnostic steps:
- Check for validation errors in the blueprint design view — a red indicator on any section or field must be resolved before publishing.
- Check for broken expressions — computed fields with syntax errors block publishing.
- Check for cross-section references to sections or fields that no longer exist.
- Confirm your role allows publishing (Blueprint Owner, Designer, or Workspace Admin).
Edition issues
Symptom: Section shows all required fields as complete, but Submit is still blocked
Diagnostic steps:
- Check the Validation panel (right panel in edition view) — filter by "Errors" to see all Block-mode rule failures.
- Look for cross-field validation rules — these appear at the section level, not tied to a specific field. A cross-field rule can block submission even if all individual fields are filled.
- Check for repeating section row errors — a row with a red indicator has a Block-mode failure. The section cannot be marked complete while any row has errors.
- Check for sections with no visible required fields but still showing incomplete — this can happen when a required field is hidden by a conditional visibility rule. Review the section's conditional field visibility settings.
Symptom: Paste from Excel is not working
Diagnostic steps:
- Confirm you are in Grid mode on a repeating section — paste only works in grid mode.
- Confirm the column count in your clipboard matches the section's column count exactly. Extra or missing columns cause the paste to fail silently.
- Check for Header row included — do not include the header row in the Excel selection. Copy data rows only.
- Check the browser: paste is a clipboard operation. Some browsers block clipboard access on non-HTTPS pages or require user permission. Ensure you are on an HTTPS connection.
- Try pasting into a plain text editor first to verify the clipboard content is correct.
Symptom: Edition was submitted but reviewers haven't received a notification
Diagnostic steps:
- Check the edition's assignees — only assigned reviewers receive the submission notification. Verify the correct reviewers are listed.
- Check the reviewer's email address in Workspace Settings → Team — look for typos.
- Check Notification Management → Delivery log — search for the reviewer's email and the submission event to see if the email was sent, bounced, or suppressed.
- Check the reviewer's personal notification preferences (Avatar → Profile → Notifications) — they may have disabled edition submission notifications.
- Check if notification suppression is active for the project (Project Settings → Notifications → Suppress all notifications toggle).
Symptom: Copy from Prior Edition is not available
Diagnostic steps:
- Confirm there is at least one prior edition for this blueprint in Approved or Closed status. Copy from Prior only shows editions in these statuses.
- Confirm the Copy from Prior toggle is available on the Create Edition panel. It only appears if prior approved/closed editions exist.
- If this is the first edition from the blueprint, Copy from Prior is expected not to appear.
Symptom: A contributor cannot see a section in their edition
Diagnostic steps:
- Check if the section has conditional visibility rules — the section may be hidden because a controlling field's value does not meet the visibility condition.
- Check the section's access control settings in the blueprint — some sections can be restricted to specific roles.
- Confirm the contributor is assigned to this edition — contributors only see sections for editions they are assigned to.
Output issues
Symptom: Generated PDF has blank pages
Diagnostic steps:
- Check conditional page visibility rules — the page may be intentionally excluded based on edition data. Open the Output Designer, select the blank page, and check the Visibility rule.
- Check for components with empty data sources — a table or chart with no data renders as an empty component, which may appear as a blank page.
- Check the page break configuration — an accidental page break component may insert a blank page.
- Check the edition status — Preview mode with Draft editions uses placeholder data; some components may appear blank without actual edition data.
Symptom: Chart shows no data in the output
Diagnostic steps:
- Confirm the section the chart is bound to has data in the edition being used for the output.
- Check chart filters — an overly restrictive filter may exclude all rows.
- Check the parameter values — if the chart uses a parameter filter, the current parameter selection may return no matching data.
- Check the sort field — if the sort field is null for all rows, running aggregate charts may behave unexpectedly.
- Try removing all filters temporarily in the Output Designer and re-preview.
Symptom: Running aggregate column shows incorrect values
Diagnostic steps:
- Verify the Sort field is set and correct — without a stable sort, values are non-deterministic.
- Check for ties in the sort field — if multiple rows have the same sort value, accumulation order within ties is not guaranteed. Add a secondary sort.
- Check the Reset on group setting — if grouping is active, reset on group = On resets the accumulation at each group boundary, which may be unexpected.
- Check for filter interaction — the running aggregate runs on filtered rows only. Filters that exclude rows will affect cumulative values.
Symptom: Conditional formatting colours don't appear in the exported PDF
Diagnostic steps:
- Open the PDF export settings → confirm Print background is enabled.
- Check the colour contrast — very light background colours (e.g.
#FAFAFA) may be indistinguishable from white in PDF rendering. - Verify the conditional formatting rule is not set to "Text colour only" — background colours require the background property to be selected.
- Open the output in the report viewer (before PDF export) — confirm the conditional formatting is visible there. If not visible in the viewer, the rule is not evaluating correctly.
Admin issues
Symptom: A data connection shows "Auth failed"
Diagnostic steps:
- Go to Workspace Settings → Data Connections → click the connection for details.
- Check the Last failure message — this indicates whether it is an expired token, wrong credentials, or network issue.
- For OAuth connections (SharePoint, Planner): click Re-authenticate and log in with the service account.
- For API key connections: verify the API key is still valid in the external system. If rotated, update the key in the connection settings.
- For network issues: confirm the external service is reachable from the Kazinex infrastructure (check the external service's status page).
Symptom: Scheduled export ran but no output was delivered
Diagnostic steps:
- Go to Workspace Settings → Automation → Run log.
- Find the scheduled run — check status (Success / Failed / Skipped).
- Skipped: The automation was skipped because no edition matched the selection criteria (e.g. no approved edition exists). Approve an edition first.
- Failed: Check the failure detail. Common causes: delivery target email bounced, SharePoint folder not found, output generation error.
- Success but not received: Check spam/junk folders. For SharePoint delivery, check the configured folder path.
- Re-run manually from the Run log → Re-run button.
Symptom: API request returns 403 Forbidden
Diagnostic steps:
- Confirm the API key has the required scope for the endpoint (e.g.
write:editionsis needed to submit an edition, not justread:editions). - Confirm the API key is not restricted to a specific project that does not include the resource being accessed.
- Confirm the API key is not expired — check the key's expiry date in Workspace Settings → API Access.
- Verify the
Authorizationheader format:Bearer YOUR_KEY— the word "Bearer" must be present.
Getting more help
If the steps above do not resolve the issue:
- Collect the edition ID or blueprint ID from the URL bar.
- Note the exact timestamp of the issue.
- Take a screenshot of the error state.
- Check the audit log for relevant events around the timestamp.
- Contact Kazinex support via the in-app help widget or at support.kazinex.com with the above details.
Related
- Data Validation Rules — resolving validation errors in editions
- Running Aggregates Reference — running aggregate edge cases
- Audit Log — locating event history for diagnosis
- Notification Management — diagnosing notification delivery issues