Use Scenario:
Suppose you want to extract data from a text file, access Amazon, and search for different items every time you refresh the page.
Use the code below to get the process template. Notes: Website code may change, and some selectors may become invalid. This example is for reference only.
Share code: d6KUIRTgC5gH8
Step by Step instruction
1. Create a .txt file as shown in the image and fill it with some content. Write one word per line.

2. Use Import Data from Txt, upload the file you just created, and save it to the variable "txt_data".
The text data will be saved in the form of an array, for example: ["apple", "watch", "pillows", "glasses", "tools", "macbook", "iPhone", "iWatch", "xiaomi", "Vivo"].

3. Use Random Extraction to extract any line of data from the text and save it as the variable "random".

4. When using the Input feature, enter the variable "random" as the content.

Summary of ideas:
