How to get files from subfolder

Hi Team,

I wanted to get excel from the first level subfolders alone from the main folder. But bot is also getting the files from the subfolders which are available inside the first level subfolder.

Can anyone please help on this how to avoid the conflict of getting the files from unwanted folders?

Thanks.

@PriyankaRaja

If you use include sub folders then it would consider all the folders

rather use for each file in folder and inside that use for each file in folder so that only one level is considered with out using include sub folders

cheers

Hi @PriyankaRaja

Use for each file in folder activity
image

@PriyankaRaja

Try the below work flow

In first For each give the folder path and in the second for each mention the Current folder

Regards

Hi @PriyankaRaja

In for each file in folder use can use filter to filter the type of file.
image