add_embedded_data
Add embedded data fields to a Qualtrics survey flow with configurable placement, field names, types, and default values.
Instructions
Add embedded data fields anywhere in the survey flow. Place declarations at the beginning, or place assignments after the question/web service that produces their values. Fields are referenced with ${e://Field/FieldName}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Array of embedded data fields to add | |
| surveyId | Yes | The Qualtrics survey ID | |
| placement | No | Insertion position (default: beginning) | |
| referenceFlowId | No | Required for before, after, inside_beginning, and inside_end |