Hi All,
I am using the wait node and using wait for file option in it…
if I am using hardcoded path along with file name it is working fine
path: C:\Users\DELL PC\Desktop\TEST\abc.txt
but If i am giving some pattern for that it is failling by saying illegal character and variable I am using is
path: C:\Users\DELL PC\Desktop\TEST\*abc.txt
Can we resolve this issue? I cant give hardcoded path I just want to give pattern.