Hello all,
I've recently stumbled across, in my opinion, a difficult problem. I'm currently working on an automated flow, which gets an attachment(s) from received email. It then checks whether it's an archive, containing .xls(x) file or simply an .xls(x) file. If it's an archive, then it extracts it in a temporary folder and copies extracted file to a shared network drive. Otherwise it instantly saves the .xls(x) file to a shared network drive.
The problem is, that in some cases the content of these .xls(x) files might contain non-ASCII characters, so I need to check if they exist and if they do, replace them with ASCII characters. I don't have much experience with Flows and so far I haven't found any solution to this problem. The only thing I came up with is to write a custom controller that connects to my own API, which handles all the editing, but I don't know if such scenario is possible using Flows.
All kind of help is appreciated regarding the question!