Hi All, When trying to save requests that were captured via Postman Interceptor they always end up in a random order. The majority of the calls have the same endpoint so I have to go into every request and compare it to the capture log to put it back in the correct order by Timestamp. This is very time consuming and frustrating. It looks like they can be organized by either Domain Name or Endpoints but neither of those have the requests in the correct order.
Older versions of Postman/Interceptor always saved them in the correct order but I don’t remember what version that was. I’m currently using Postman Version 10.19.7 and Chrome Interceptor plug on Mac OS. Is there really no way to save the requests to a collection in the order they were captured in this version of Postman/Interceptor plugin?