Hi Flow people :cathappy:
I am trying to automatically list files in Teams folder since there is no search option in teams, but you can crtl+F and search in txt files.
My flow looks like this:
The problem is, that the "Html to text" function returns text with some weird line breaks so the file is totally unreadable. When I save it as html, it looks perfectly fine (with content from "Create HTML table").
This is how the txt file looks like in Teams:
"Create HTML table" returns correct lines with files path and names, for example:
Delte dokumenter/General/All files list.html
Delte dokumenter/General/image form bss.jpg
Delte dokumenter/General/New Text Document.txt
"Html to text" returns:
Delte dokumenter/General/All files list.html Delte
dokumenter/General/image form bss.jpg Delte dokumenter/General/New Text
Document.txt
Any ideas?