In an Excel config file I have keys and values etc, string - object.
One such is a folder path.
Key = PdfFolderPath
Value = C:\Users\michael\Pdfs
Im trying to get the file count using the dictionary, not hard coding.
Below prints out the path and count of, perfect.
However im having to hard code the path in the Assign (PdfFileCount)