Create a list of paths and initialize it with the paths to each source folder (DLV03, E-INV and PL)
Do a for each loop on this list
– (For each path) use the activity “For Each File in Folder” by passing the path to the property “In folder”
– If needed, use the “Filter by” property in the same Activity to select only the files you want to move
— (For each file) use the activity “Move File”
if you are deciding which file to move to which folder depending on any criteria then use one loop and if conditions inside to check criteria and change destination folder