ServiceNow delete record action
- Updated: 2023/03/08
ServiceNow delete record action
Use the Delete Record action to delete a record from a ServiceNow table.
Prerequisites
Ensure that you are authenticated before initiating any ServiceNow action. For more details, see ServiceNow authentication action.
Procedure
- From the Actions pane, select and place it in the canvas.
-
Specify details in the following fields:
- Table name: Enter the ServiceNow table name.
- Record Sys_id: Enter the sys_id of the record. If the record ID is captured in a variable, you can provide the variable name.
-
The session name displays as Default.
- Click Run to save and run your bot. When the bot is run successfully, your record in the ServiceNow table is deleted.