On further inspection this seems to be a timing issue?

My backend API is taking longer than the next step in the same workflow that wants to make changes to the first item (therefore changes the 2nd item in the database as it’s still 1st if that makes sense).

I’ve tried to move the next step in the workflow to a new page and also gave it a pause interval but still works very sporadically. Any help would be appreciated.