How to show screen scraping output on a notepad file?

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?

This is the final output

HI @Soumik17,

Use Write text File activity
https://activities.uipath.com/docs/write-text-file

Regards,
Arivu

1 Like

Thank you sir :blush: It worked.

1 Like