We are encountering an issue in one of our processes where we save an Excel file with a specific name to a given path.
When running the process, the text in the filename is sometimes altered randomly.
The behavior is inconsistent; sometimes it works correctly, while other times, different issues appear with the text.
Im using the ‘Type Into’ activity.
Has anyone experienced similar behavior, or is there a recommended approach to prevent this?
Even, I faced the same issue, so I switched to Set Text instead.
Just note — in the Save As window there are usually two text fields, so make sure you target the inner one when using Set Text.
You can also use Set to Clipboard, then Click the filename box, then Paste using CTRL+V