I would need to use an IF activity for this. I need to check whether there are any files in a certain folder.
If there are files, then run the process, else nothing.
What activities and what condition would I write for IF to meet the above conditions?
“.” - Looks for all the file extensions. You can specify file entensions like “.pdf”
SearchOption.AllDirectories - Looks for all the Subfolders within the folder you have mentioned. If you need to look only in the root folder, it can be removed.