I want to do a basic automation which is, open a browser, go to google, search amazon, open amazon, search a product, and finally scrape data from the left side and show the output on a notepad file.
Now the problem is everything is working smoothly except the notepad output part. The scraping tutorial has shown to take a WriteLine activity to get the text on UiPath output box which is ok. I’m getting the text but I want to put it on notepad. So what should I do?