Hey @Manage_Bnb have you tried to do it without the loop? If you have 2 items, n8n will automatically run each step for each item and you don’t need a loop.
Already resolve this. I still used the loop but I added a code where it updates the list of files to be extracted. Before, it extracts from the same file because I’m not telling n8n that this file’s data is already extracted. I added code node that will tell this to n8n and it worked