I am attempting to build a File size monitor from a cloned template to monitor files with a dynamic name. When I test with a static name it passes the test and works. But when I try to add a variable or wildcard it fails
Example: \\${IP}\C$\Auditing\auditbb9c4f54609391f3f4de5792035b80635FA65DB8D3A680B7.txt this works but when I try
\\${IP}\C$\Auditing\*.txt
or \\${IP}\C$\Auditing\
or \\${IP}\C$\Auditing\*
It fails. Please let me know what I am missing