Smartsheet - Add a row
Use the Smartsheet - Add a row action A tool for building the processes, logic, and direction within workflows. Actions are the steps the workflow performs to complete a process. to create and add content to a Smartsheet row.
For more information about Smartsheet, go to Smartsheet.
Configure the Smartsheet - Add a row action
-
Add the action to the workflow and open the action configuration panel. For more information, see Add an action to the workflow.
- Select a Connection. If you do not have a connection, see Add a connection.
-
Select the Sheet.
-
Select the Row location.
-
Depending on the row location selected you may need to select a Parent or Sibling row number.
-
Configure the values for the Cells of the row. The cells are dynamically read from Smartsheet based on the sheet you selected.
-
Create or select a variable for the output.
Smartsheet - Add a row action fields and settings
Section |
Field |
Description |
Variable types |
---|---|---|---|
(Unlabeled) |
The Smartsheet connection to use to add the row contents to a sheet. To refresh the available connections, click |
(n/a) |
|
Sheet | The sheet name. This list is populated based on the connection you chose. | (n/a) | |
Row location |
The row location to where on the sheet the row should be added. If you select a Parent or Sibling option, you must then select the row number. |
Text, Decimal, Integer, Boolean, DateTime, Collection | |
Cells | Once you select the sheet, an input field for each cell of the new row is configurable. The cell name matches the column name. The variable type for each field comes from the data type of the column in the Smartsheet. | Text, Decimal, Integer, Boolean, DateTime, Collection | |
Output | Row |
Stores the result of the action as an object. The following values are returned:
|
Object |
Considerations
-
Nintex Workflow and Smartsheet support of Date and DateTime differ. Nintex Workflow only supports DateTime while Smartsheet only supports Date. When using the Smartsheet connector actions Nintex Workflow adds a DateTime with the time portion being ignored by Smartsheet. When using the variables in Nintex Workflow the variable type is displayed as DateTime.
-
Custom strings from Smartsheet cannot be parsed in Date variables as this is not supported by Nintex Workflow.
-
Nintex Workflow stores time in UTC format. Workflow and form variables as well as fields which use DateTime must be used with consideration because the browser recognizes the time zone which it is currently in and sends the time in that format. This can result in the wrong day being sent to Smartsheet (e.g. selecting 5 February 2023 10:00 pm in EST equates to 6 February 2023 03:00 am in UTC).