Features that don’t appear in the interface
I can't find the SPSS export
I can't find the SPSS export
.sav export requires Advanced statistics mode to be active in the campaign settings. Until you turn it on, the format doesn’t show up among the export options.Enable it from the interview settings, then go back to Results → Responses and try the export again. See Exporting data for the available formats.I can't use context variables
I can't use context variables
I can't find the CSV export
I can't find the CSV export
I'm looking for the templates
I'm looking for the templates
The interview flow doesn’t behave as expected
A question never shows up for respondents, but I see it in the results
A question never shows up for respondents, but I see it in the results
I set up a logic expression and nothing happens
I set up a logic expression and nothing happens
D8) and reference it from the destination block. See Advanced logic expressions.I can't delete or reorder questions
I can't delete or reorder questions
I see the variable name in the question text instead of the value
I see the variable name in the question text instead of the value
{{variable_name}}. The second is that the variable was never set — a variable gets its value in one of three ways: set by hand, read from a URL parameter, or taken from the answer to a question.Keep in mind that if the same name is reused later on, the last assigned value wins. See Context variables.Distribution and recruiting
The estimated cost is higher than I expected
The estimated cost is higher than I expected
A respondent lost their answers halfway through the interview
A respondent lost their answers halfway through the interview
Respondents can't open the interview
Respondents can't open the interview
I'm looking for the embed code or the QR code
I'm looking for the embed code or the QR code
Webhooks
My endpoint isn't receiving anything
My endpoint isn't receiving anything
- Enable Webhook has to be on for that campaign, under Settings → Webhook
- the Webhook URL has to be the full address of the right endpoint
- in Webhook Requests, check the status code returned
400, 401, 403 or 404 responses, those are permanent errors: they trigger no retries and the event is lost. Use Test Webhook for a dry run. See Configuration and How they work.Signature verification always fails
Signature verification always fails
JSON.parse (or middleware such as express.json()) before verifying and then re-serialize the object, the bytes change — whitespace, key order, escaping — and the comparison fails even on perfectly legitimate requests.Compute the HMAC over the raw Buffer, for example with express.raw, and only call JSON.parse once the signature checks out. See Signature and security.Team and permissions
I can't find a colleague among the campaign collaborators
I can't find a colleague among the campaign collaborators
A user can see the campaign but can't edit it
A user can see the campaign but can't edit it
Results
The AI Report contains inaccuracies
The AI Report contains inaccuracies
The export doesn't contain the responses I expected
The export doesn't contain the responses I expected
I can't filter the results by age, gender or region
I can't filter the results by age, gender or region

