Dear Community,
I need to know how can I avoid reading a .xlsm file when it is open so that workflow run without error like "The process cannot access the file because it is being used by another process". My files .xlsm are shared on a Shared Drive, Hence it can be open by anyone at any time.
Note: I am using Directory Input tool to read files from a folder. And file extension is .xlsm
But I want to find a solution when the workflow initiates, if avoids any file which is open and continues reading files which are closed.
Thanks in advance.