My Anaplan model is connected to an outside system by API, user can accept or reject a request in a workflow in the outside system and the result is transferred to Anaplan by API, then Anaplan will refer to the result file and update the status to proved/rejected.
However when multiple users run the same workflow at the same time, different result files with the same file ID is transferred to Anaplan. As Anaplan cannot do the parallel processing, the second processing result will override the first one, causing the loss of the first result.
As it is a specification of Anaplan, is there a workaround or is it possible to add branch numbers to the file ID for the same process?
Thx.