Sorry in advance if this issue has already been covered!
Here is my flow:

Basically once a zip file is coming on folder "invoice action"
1/ it unzip it

2/ If one PDF of the unzip match criteria of content, it copies the pdf to the folder "fiche de paie"

3/ It moves all the pdf unzipped to another folder called "inbox"

4/ It deletes the unzipped folder

5/ It applies the rules on the subfolders

6/ if a file is not pdf, it goes to trash

Well, my problem is in step 2: the pdf is copied to the folder "fiche de paie" as expected but the step 3 does not apply to this specific file, so the pdf is NOT moved to the folder "inbox" as expected.
I have changed the order of the triggers but it does not work, I can’t figure out where my conditions does not match.
Many thanks for your help