ZİP ERROR

Hello there,
I download pdf in order of document amount from smallest to largest, I zip them. Sorting is broken (while extracting) from the zip, how can I fix it?

(the queue is broken when exiting the files.)

Hi @d.ulutas ,

Is the Sorting intact when it is zipped ? Normally, after you extract the contents, the Sorting depends on the file names or if you manually change sort options in File Explorer.

If you want to retrieve the extracted files in some order, could you mention the condition as to How the files need to be retrieved ? Are you ordering/sorting it based on Dates present ?

Think of them as invoices. There is a website where I access invoices. Sort invoices by invoice amount.

Sample:

invoice1: $41
invoice2: $21
invoice3: $35

I have listed them from smallest to largest.

Sample:

invoice2: $21
invoice3: $35
invoice1: $41

I downloaded it as zip and extracted the Files. The queue is broken. It’s back to how it was

Sample:

invoice1: $41
invoice2: $21
invoice3: $35

I want the order to remain the same when I download it as a zip.

Sample:

invoice1: $41
invoice2: $21
invoice3: $35