move_field
Move a field in a REDCap data dictionary to a new position, placing it after another field or at the end of its instrument, to change the layout of data-entry screens and surveys.
Instructions
Move a field to a new position in the data dictionary.
Field order controls the layout of data-entry screens and surveys.
Args: field_name: Variable name of the field to move. after_field: Move the field immediately after this field name. If None, the field is moved to the end of its own instrument.
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_name | Yes | ||
| after_field | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |