Create file attachments and zip attachments in your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Utility Actions spoke v1.3.0 is the latest version.

Supported versions

This spoke is compatible with ServiceNow instance of Yokohama and later versions.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke actions

The Utility Actions spoke provides actions to automate tasks when events occur in your ServiceNow instance. Available actions include:

Category Action Description
Default Add File to Zip Adds the file to list of files to be zipped.
Append to Delimited File Creates a file line record, corresponding to a row in the delimited file.
Append to File Creates a file line record, corresponding to a line in the file to be created.
Begin File Creates a file record, to which the actual file would be attached.
Begin Zip Creates a file set record, to which the zip file would be attached.
Build File Generates the file and attaches it to the file record specified.
Build Zip Generates the zip file and attaches it to the file set record specified.
Note: This action requires at least one MID Server with the IntegrationHub Utilities capability.
Spoke Util Actions Convert Record to Object Converts the specified record into an object.
Convert Record to Array of Objects Converts the given list of records to an array of objects.
Note: Flow designers must have read access to the sys_dictionary and sys_db_object tables to use this action as the table schema is being populated from these tables.
Generate Encoded Query Generates encoded query with the provided name and value pairs.

The output encoded query can be used with any field that is of the type, dynamic template. For example, the encoded query output of the Generated Encoded Query action, can be given as an input for Additional Fields in the Create Issue action.

Look up Latest Comment on Record Retrieves the latest comment from the required record in ServiceNow instance.

The output comment is in the form of a string.

Spoke module and tables

The Utility Actions spoke includes these tables:

The Utility Actions spoke adds the IntegrationHub Utilities application to your instance and includes the File Schemas module. The module displays records from the File Schema table.

Auto Flush data retention policies are available for the File and File Set tables. By default, the system retains data in the spoke tables, except the File Schema table, up to 7 days.
Note:
  • Auto Flush data retention policies don't apply to records in the File Schema table.
  • When the file records in the File table are deleted, the corresponding file line records in the File Line table are also deleted.
  • When the file set records in the File Set table are deleted, the corresponding file mapping records in the File Mapping table are also deleted.

To modify the data retention policy, change the value of Age in seconds in the Auto Flush form of the required table. For more information, see Autoflush form.

Connection and credential alias requirements

This spoke doesn't require configuration of connection and credential alias. For information about setting up the spoke, see Create schema.

MID Server requirements

These actions use REST calls that can run either on an instance or, optionally, through a MID Server. For more information, see MID server.

Note:
  • The Build Zip action in the spoke requires at least one MID Server with the capability IntegrationHub Utilities or ALL. To set up and configure the MID Server, user must have the role sn_utility_spoke.utility_actions_admin role.
  • Create a MID Server property with Value as *.service-now.com.

To set up the MID Server for this spoke, see Set up MID Server for a spoke.