- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 06:05 PM
Hi guys.
I want to use Excel VBA to export a case table
Is there a way to do this using API integration?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 06:48 PM
Hi @shibasou
you can use the ODBC driver provided by ServiceNow to connect to ServiceNow instance in Excel and load data. Refer to the following page for more information: https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/odbc-driver/task/t_U...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 06:48 PM
Hi @shibasou
you can use the ODBC driver provided by ServiceNow to connect to ServiceNow instance in Excel and load data. Refer to the following page for more information: https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/odbc-driver/task/t_U...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 07:45 PM
Thank you!