Write ServiceNow Table actions

Write ServiceNow Table actions write the contents of a source Table parameter or dataset to a specified ServiceNow target table. The action stores the results in a Table dataset.

Action property Description
Result A Table dataset that stores the rows you wrote to the target table.
ServiceNow A ServiceNow parameter or dataset that specifies the developer instance which contains the target table.
Source A Table parameter or dataset that contains the data you want to write to the target table. All columns in the source table must have the same name and schema definition as the columns in the target table.
Table Name A String parameter or dataset that specifies the name of the ServiceNow target table. This table must exist in the specified ServiceNow developer instance.

Example

Write ServiceNow Table action example.

Related topics

Read ServiceNow Table actions