Ì have a folder where XML-files with unknown name will be written to.
It would be perfect if you could add a "Wait for file" and set the path with a wildcard - e.g. C:\Temp\*.xml but this doesn't seem to work.
This would be in a while loop - and the flow would wait for a file to appear and then do certain operations.
I could use a "Get files in folder" in a loop with a for each - but that doesn't seem effective.
Is there any other way to solve this?