New Error in FE Project update flow

I have a flow that copies changes to some fields from RE to FE each night.
In the last couple of day most (but not all) of my to the Project (Edit) endpoint have been returning this error:

"body": {        

"Error": "Failed to save {project}",        

"Details": [            

"Cannot access a disposed object.\r\nObject name: 'Attempt was made to access a disposed LegacySessionData object'."        

],        

"ErrorPath": null    

}

This is a different error than when I pass incorrect data like mismatched table values to the endpoint (I've also double checked a couple of the failed requests and the data appears to be correct). Does anyone know anything about this error or what might be causing it?

Answers

  • Jordan Yarr
    edited February 27

    I dropped the concurrency on my loop to 1 and the flow was able to run without this error.

    I'd still prefer to understand what's going on here better and to not be this limited on speed, but at least it runs.

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    I have a support case open with this error but on the get invoice api endpoint.

Categories