I think I have found the problem. If I have a text condition before, I get the error. What can I do? I have this problem only on connect workflow 2023.2.0 Professionnal
If you search online you will find that I/O error 32 is a sharing violation error so there is probably a lock on this file and another process cannot access it.
Could it be that another workflow process creates the same file but is not done with it until the 2nd workflow process tries to do the same? Or it might be the same workflow process that is called twice where the first thread is not finished yet.