EDIT - Please ignore the below. I did a translate from German to English and can see you're using Extract folder.
It looks like you're using Get files to get the initial files, then Move file within the Apply to each to move each of the files returned. Or is this not the case? If it is, then you can still add the Filter Query to Get files so that Move file only runs for files (not folders). Or is this not the case?
Within your Apply to each you can have a condition to check each item returned and check the IsFolder property. If IsFolder is true, then don't move it.
Example below:

----------------------------------------------------------------------
If I've answered your question, please mark the post as Solved.
If you like my response, please consider giving it a Thumbs Up.