Can we put a query on XML Data Source File path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2024 07:40 AM - edited ‎07-04-2024 08:02 AM
I am trying to Data Sources to create an XML data source to another instance. While creating data source, in the connection URL I have updated query parameters to reduce the amount of downloaded data, neither the size of the file will exceed mac permissible limit. With this configuration it is saved and then if I try to download test data, it is executing successfully but not downloading any data, even the import set table has not been created.
This works well if I remove the query part from the connection URL. I have tried it with a shorter table. But that won't work for me since the table I am looking for, has a large amount of data in it. Can anyone confirm if query parameter works at all on XML data sources? If yes, how to put it in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2024 09:28 PM
Hi
1. Basic URL (without query parameters):
https://source_instance.service-now.com/api/now/table/incident
2. Add Query Parameters:
https://source_instance.service-now.com/api/now/table/incident?sysparm_query=active=true&sysparm_lim...
———————————————————-
If my response helps, please mark it as "Accept as Solution" and consider it "helpful."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2024 10:26 PM
Hi Satishkumar,
I am looking for the data sources. using API is not an option.