# SmartSuite - Update record action
The Update record action enables you to update the details of a specific record in SmartSuite.
# Input
| Input Field | Description |
|---|---|
| Object | Specify the object to update. Fields load dynamically based on the object you select. |
For example, if you select Field, the input schema is the following:
| Input field | Description |
|---|---|
| Solution ID | Provide the SmartSuite solution ID. |
| Table ID | Provide the SmartSuite table ID. |
| Field | Provide details of the field. |
| Field ID | Child parameter of the Field. Provide a random 10-digit alphanumeric value. |
| Label | Provide the field name. |
| Field type | Provide the field type. |
| Params | Provide field-specific parameters. |
| Is required | Select the suitable boolean value (Yes/No) from the drop-down menu. This indicates whether the field is required or not. |
| Is unique | Select the suitable boolean value (Yes/No) from the drop-down menu. This indicates whether the field is unique or not. |
| Is hidden | Select the suitable boolean value (Yes/No) from the drop-down menu. This indicates whether the field is hidden or not. |
| Default value | Provide the default value for the field. |
| Placeholder | Provide the placeholder for the field. |
| Help text display format | Provide the help text to display the format of the field. |
| Help doc | Provide the help doc for the field. |
| Width | Provide the width of the field. |
| Is valid | Select the suitable boolean value (Yes/No) from the drop-down menu. This indicates whether the field is valid or not. |
| Is migrating | Select the suitable boolean value (Yes/No) from the drop-down menu. This indicates whether the field is migrating or not. |
| Secondary email | Provide the secondary email ID of the contact. |
| Field position | Provide the position of the field. |
| Previous field slug | Provide the previous field’s value. |
| Auto fill structure layout | Select the suitable boolean value (Yes/No) from the drop-down menu. This indicates whether the structure layout will be auto-filled. |
| Add params | Provide the expected other parameters for the structure that will be added in the output. |
# Output
The output fields are determined by the object selected in the input. Map the relevant datapill from the datatree to subsequent steps.
For example, if you select Field, the output schema is the following:
| Output Field | Description |
|---|---|
| Success | Success message. |
Refer to the SmartSuite documentation (opens new window) for more information.
Last updated: 11/10/2025, 6:32:40 PM