Export responses to a file
limesurvey_export_responses_to_fileExport survey responses from LimeSurvey and save them as a file, with automatic base64 decoding and secure storage in the designated export directory.
Instructions
Export responses and securely decode the base64 result inside LIMESURVEY_EXPORT_DIR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| file_name | No | Optional output file name without a directory. | |
| overwrite | No | Allow replacing an existing file. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| heading_type | No | code | |
| document_type | Yes | ||
| language_code | No | Optional LimeSurvey language code. | |
| response_type | No | short | |
| to_response_id | No | ||
| from_response_id | No | ||
| completion_status | No | all | |
| confirm_overwrite | No | Required acknowledgement when overwrite is true. | |
| additional_options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| workflow | Yes |