![]() |
VOOZH | about |
The CData Excel Add-In for ServiceNow provides formulas that can query ServiceNow data. The following three steps show how you can automate the following task: Search ServiceNow data for a user-specified value and then organize the results into an Excel spreadsheet.
CData simplifies access and integration of live ServiceNow data. Our customers leverage CData connectivity to:
Many users access live ServiceNow data from preferred analytics tools like Tableau, Power BI, and Excel, and use CData solutions to integrate ServiceNow data with their database or data warehouse.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as ServiceNowConnection1, or a connection string. The connection string consists of the required properties for connecting to ServiceNow data, separated by semicolons.
ServiceNow uses the OAuth 2.0 authentication standard. To authenticate using OAuth, register an OAuth app with ServiceNow to obtain the OAuthClientId and OAuthClientSecret connection properties. In addition to the OAuth values, specify the Instance, Username, and Password connection properties.
See the "Getting Started" chapter in the help documentation for a guide on connecting to ServiceNow.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM incident WHERE category = '"&B7&"'","OAuthClientId="&B1&";OAuthClientSecret="&B2&";Username="&B3&";Password="&B4&";URL="&B5&";InitiateOAuth="&B6&";Provider=ServiceNow",B8)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for ServiceNow to get started:
Download NowLearn more:
👁 ServiceNow IconThe ServiceNow Excel Add-In is a powerful tool that allows you to connect with live ServiceNow data, directly from Microsoft Excel.
Use Excel to read, write, and update Schedules, Timelines, Questions, Syslogs, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!