Please note the Screenshots/ videos showing the code in the tutorial are not very clear. Hence difficult to understand.
Hi @mdv021, welcome to forum
To retrieve the file list from folder
U can use the code
array variable = Directory.GetFiles(folder path)
The output should be array of string which should be stored in array variable
Mark it as solution if you got it
Nived N
Happy Automation
Thanks
Manoj Verma