i want to filter by file name in for each file loop to get pick only selected name files.how can we do?
Have you tried with If activity inside the for each
Path.GetFileNameWithoutextension(currentItem.ToString).Contains("Your Input File name")
In Then You can go ahead with the process.
Regards
Gokul
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
