Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI all ,
I am facing issue while connecting to Serviewnow using REST Connector .
Using the given URL , i always get less than 4000 records when i try to fetch the data , but in actual there are more than 30k records .
I tried using Pagination method as mentioned in Qlik portal , but still i am getting below error .
What should the correct connection settings while connecting to SNOW using RSET.
Hi Raghu,
Please Input below details in Qlik REST API connection settings under pagination settings.
|
‘Start’ parameter name: sysparm_offset |
|
'Start' initial value: 0 |
|
Count' parameter name: sysparm_limit |
|
Count' initial value: 10000 |
|
Total records' path: X-Total-Count |