Hi Team,
How to read wiki file of SharePoint using flows?
I have gone through sharepoint API, none of it appears to support reading of wiki tab, it only provides reading file properties.
If I use Teams API, it provides commands to read messages in General tab, not wiki tab.
Is there any way to read wiki (.mht) file without downloading it?
Solved! Go to Solution.
Hi @zenguru,
Like you already mentioned. These are just files (of type .mht) in a specific document library (Teams Wiki Data).
Have you tried using one of the Get File Content actions of the SharePoint connector in Power Automate?
Below is an example with the Get File Content using path action.
Hi @zenguru,
Like you already mentioned. These are just files (of type .mht) in a specific document library (Teams Wiki Data).
Have you tried using one of the Get File Content actions of the SharePoint connector in Power Automate?
Below is an example with the Get File Content using path action.
Thank you @Expiscornovus , That helped. I used getfilecontent comand, but was not using HTML to Text, Hence was getting only header information.