Queue Item Created By Csv Upload Shows Scientific Notation Instead Of Expected Integer Value

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:

  1. Use Add Queue Item Activity
  2. Upload using the AddQueueItem API:
  • YourOrchestratorURL/Swagger/index.html#/Queues/Queues_AddQueueItem
  1. Upgrade to the latest version of Orchestrator. (This has been fixed in 2021.4)