Parallel for each for reading images from folder

Hi All,

I have folder having 200 images of I use normal for loop it is taking 30min to read. Now I’m trying to implement the parallel for each to read all the images. How can I implement any suggestions please. I tried to edit the same workflow I got some error 1-dimensional array of String. Any suggestions please

Thanks
Niranjan

Hi @Niranjan_k

Try by using for each file in folder.
Give the path of folder
Filter give the extension of image like “.png" or ".img” or “*.jpg”…etc
image

Hope it helps!!

@pravallikapaluri thanks for the reply I’m trying for parallel for each, normal for each it is taking time. Thank you

Hi @Niranjan_k ,



image
Here I added parallel activity step , I hope it’s help you well. Any thing i misunderstand please let me know.

Regards,
Darwin

@Darwin_Harishjoan_A can you help me with workflow it would be very helpful. Thank in advance

@pravallikapaluri @Darwin_Harishjoan_A Can you help me with me any sample workflow

Ya !Sure , I will assist you.

@Darwin_Harishjoan_A could please provide me sample workflow to build the parallel loop function, thank you