Search for all image files within a folder and its subfolder in dropbox and copy to a folder in dropbox.

esuen

Member
is it possible to search for all image files (jpeg, jpg) within a folder and its subfolder in dropbox and copy to a folder in dropbox?
if so how do create the flow?
 
A

Arshita

Guest
Hey @esuen

It is possible to search for image files stored in both a main folder and its subfolders within Dropbox, and subsequently copy them to a new folder.
This can be achieved through the selection of the option to "List all files/subfolders in a folder" as an action event within the application and then use the iterator in your action step as the Iterator step divides a collection of data (an array) into numerous values, which are processed one by one until the last value is reached. Each value can be passed to other action steps added after the Iterator step.

Screenshot for your reference:

1680331145404.png
 
Last edited by a moderator:
Top