Adding photo types in for each filter

Hi Team,

How can I place all the types of photos extension as the BOT also working in thump.dp file so how can I get the types and add them next to each other.

image

what is the name of this activity ?

hi @omar_ismail
you can use this instead of this activity:
assign var of type array = Directory.GetFiles(“YourFolderPath”) in an Assign Statement.
for loop on the var

and try this in the filter of activity For Each File in Folder : “*”

i can’t as the BOT will take the thump.dp also i tried this if you can till me the way to put more than an extension in the filter

Hi @omar_ismail

If you want to give more than one filter then

I hope it helps!!