Hi everyone,
I’m facing an issue and I wanted to know if anyone has faced it before and have some advice.
In one of my bots I use an “If file exists” command checking a folder for any PDF file.
Line would be: If File Exists \Path\*.pdf.
And then I’m using a loop while file exists \Path\*.pdf and in both cases the automation spends several minutes evaluating the conditions, which hinders bot productivity.
Does anyone have an idea that could help me solve this?
Thanks.