Data not saving
I'm having trouble with data not saving to the database, without an error being thrown.
If I sent 1000 async calls to a flow which creates a case, sets two fields (both are list of strings) and then changes the state of the case, then I can have a case which does not have the expected data save.
Without the state change I can't get the same issue.
My usual flow is heavier, with multiple saves, if I trigger this is the same way then I see 15-20 with the issue out of the 1000.
There is no issue in the log.
If I sent 1000 async calls to a flow which creates a case, sets two fields (both are list of strings) and then changes the state of the case, then I can have a case which does not have the expected data save.
Without the state change I can't get the same issue.
My usual flow is heavier, with multiple saves, if I trigger this is the same way then I see 15-20 with the issue out of the 1000.
There is no issue in the log.
0
Comments
-
I have also tried moving the state change to a subflow, and calling the state change async. Still the same issue.0
Howdy, Stranger!