Selection of files with specific dates

Hello! Please help me. I have an array of strings, each string is a date. I also have many documents with dates in their names. How can I open documents that contain only dates from an array.
Thank you for your help!

Extract that date from file name and then check if that string contains in Array or not using
Array.Contains(FileDate)

Thanks for the answer, but I didn’t quite understand what it would give me. See, for example, my array consists of dates 20201005 and 20200928. And there are several files: A_20201005, A_20190812, A_20200928, A_20201003. For further processing, I only need files A_20201005 and A_20200928. How do I choose them?

@bolbat_evgenia
find starter help here:
Sequence2.xaml (5.8 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.