An error occurs when the Scripted REST API is executed in parallel.
We have built a scripted REST API to import data by having other systems call the API. This REST API is called every minute.As a result, the second API call is made before the first call has completed. Currently, when the second API call is made, the...