Hello Alteryx Community,
I'm encountering an issue with the Directory tool in Alteryx, where it fails to return any results when configured to access a specific network path. I've verified that the path is correct and accessible, but the tool still doesn't list any files or directories. Please see below for your reference. Note also that macro is prohibited.
Setup:
Network Path Sample: \\ABC\Daily Activity Report\Input\Week of 0214 (note that date change everyweek that is why I need the last Friday)
Files in Directory: The directory contains several Excel files, such as DailyActivityReport 02-14-2025.xlsx, which I can access manually via File Explorer.
I have this computation to solve for last Friday.

I used 3 tool by which on the filter tool this is the formula:

[FullPath] = "\ABC\ Daily Activity Report\Input\Week of " + [FormattedDate]
However the result is empty...

Need your assistance on this. Not sure why it is not appearing.
Kamen