The Flexible Data Manager updates schema module . Use this tool to import submissions from a file, update a single submission, update multiple submissions in bulk, or create test submissions. Field values, data types, and submission owners can all be updated.
Creators must have the Administrator Environment Role to access this tool.
To locate a schema module, select it from the Choose Schema drop-down. If you know the module ID, enter it directly instead of scrolling through the drop-down. The module must have a schema tag to appear in the list.

After selecting a schema module, four actions appear:
Import Submissions from File
Update Single
Update Bulk Submissions
Create Bulk Submissions
Import Submissions from File
Imports submission data from a local file.
Click Import Submissions from File. The Import Submissions panel opens.
Drag and drop a file onto the panel, or click Browse to locate it.

Click Upload Submissions.
Update Single Submission
Updates or deletes a specific submission by ID.
Click Update Single Submission. The Specify Submission panel opens.
Enter the submission ID in the Submission ID field. Click
View Submission to verify the submission in a new tab.If the submission ID is unknown, click Browse submissions here to open the last 50 submissions as raw JSON. Install a browser JSON formatter extension to parse the data, then copy the submission ID into the field.

Choose one of the following actions:
Update Submission
Select Update Submission. The Apply Changes panel opens.

Configure the fields and click + Add to stage the change.
Field | Description |
|---|---|
Field Name | The submission field to update. |
Current Value | The field's current value. Read-only. |
New Value | The replacement value. |
Field Type | The data type. Options include: String or Number. The tool defaults to String; change to Number if the field contains numeric data. |
+ Add | Stages the change in the Specific Submission table for review before applying. |
Clear All | Clears all fields. |
Update Submissions | Applies all staged changes. |
The Specific Submission table shows all staged changes with Attribute Name, Current Value, New Value, Data Type, and a Delete option for each row.
Delete Submission
Deleting a submission is permanent and cannot be undone.
Select Delete Submission, then click Yes in the confirmation dialog.
Update Bulk Submissions
Updates or deletes multiple submissions matching a set of filter criteria.

Configure the filter criteria and click + Add to stage each filter. Add as many rows as needed.
Field | Description |
|---|---|
Field Name | The submission field to filter by. |
Condition | How to compare the field and value. Options include: Equals, Contains, Is greater than, Is greater than or equal to, Is less than, Is less than or equal to, Not equal to, or Exists. When using Equals, the value is case-sensitive. |
Value | The value to filter by. |
Data Type | The data type to filter by. Options include: String, Number, JSON, or Null. JSON and Null values can be searched but not inserted. Null searches autofill when Null is selected. The tool defaults to String; change to Number if appropriate. |
Conditional Logic
When multiple filter rows are added, select a conditional logic option:
AND: Matches submissions that satisfy all filter criteria.
OR: Matches submissions that satisfy any filter criteria.
The Total Submissions count updates to show how many submissions match. Click
View Query Submissions to preview the matching submissions.

Update Submissions (Bulk)
Select Update Submissions. The Apply Changes panel opens.

Configure the fields and click + Add to stage each change.
Field | Description |
|---|---|
Field Name | The submission field to update. |
New Value | The replacement value. |
Field Type | The data type. Options include: String or Number. Defaults to String. |
+ Add | Stages the change in the Apply Changes table. |
Clear All | Clears all fields. |
Update Submissions | Applies all staged changes to matching submissions. |
Delete Submissions (Bulk)
Deleting submissions is permanent and cannot be undone.
Select Delete Submissions, then click Yes in the confirmation dialog.
Create Bulk Submissions
Creates random test submissions for a schema module. Use the slider to select the number of submissions in multiples of five, up to a maximum of 25.

Click Value Settings to customize how random values are generated for each field. A dialog provides three options:

Add Static Values: Enter JSON values to use for a specific field:
Expand Add Static Values.
In the Static Field for Data Point field, enter a JSON value. Strings must use quotes: for example,
"active".Click Add Static Field.
Click Create Random Submissions.
Commonly Used Ranges: Select a preset randomization range:
Expand Commonly Used Ranges.
From the Select Value of Randomization drop-down, select a range.
Click Create Random Submissions.
Set Custom Range: Define a custom numeric range:
Expand Set Custom Range.
Enter a Start Value and End Value.
Click Add Custom Data Range.
Click Create Random Submissions.
Changelog
Date | Change |
|---|---|
2026-07-16 | Editorial pass: fixed banned words, em dashes, See Also descriptions, and link paths. |
2026-04-28 | Updated to Reference Guide format. Fixed metadata and headings. Removed CDN signed URL wrappers. Replaced informal examples with neutral ones. Standardized table structure. Updated empty alt text. |