I'm automating creating and screening of cases to return results used in our application.
When I run the requests manually in Postman, all requests succeed and the screening results are returned properly.
Now using the same request sequence, only automating the requests, Screening a case request returns a status of 201 indicating the case was successfully created on the server. However, SOMETIMES the request to Get Screening Results, returns an empty return request.
What is the issue? Do I need to pause the process after the screening request?