We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
I have an Excel file with the following structure:Name Amountaaaa 1234When I import this file 1234 is displayed as 1,234. The cell is General type in the file.How to prevent numbers form being formatted while import?
You have to configure your HTTP client to maintain session cookie. If you are on Geneva or later in addition to that you would also have to send Authorization or X-User-Token (CSRF token) with each request.
Hi CW,Unfortunately there is no much documentation on this topic but we are working on it.The idea is the requests have to contain either Authorization header or session cookies + X-UserToken header.Authorization can be either Basic or OAuth token.Yo...
The ServiceNow REST API should be up and running as long as the instance is. To check that you can run in your browser <instance>/stats.doYou can also send a GET request to a specific API you want to use, for example Table API, to retrieve a record w...