When loading a QueueItem to a Queue, how to ensure an integer does not convert to scientific notation?
Issue Description: Uploading large value numbers to a Queue from a CSV file results in the values being represented as scientific notation.
Resolution:
- Use Add Queue Item Activity
- Upload using the AddQueueItem API:
- YourOrchestratorURL/Swagger/index.html#/Queues/Queues_AddQueueItem
- Upgrade to the latest version of Orchestrator. (This has been fixed in 2021.4)