
I want to save web pages text into word file .
Since there are no word activities at the moment you can try the following:
- Create an empty word file somewhere on your PC
- Go into power automate desktop and use an extract data from webpage action to extract text out of a webpage by selecting the whole of the webpage
- Use a Set clipboard text action and set it to the variable / text you got from the webpage
- Use an run application action that point towards the word file you've created, then followed by at least a 3 second wait action.
- Now just use a send keys activity to send CTRL+V onto the word file, and there you go.