If you have lots of values to import, another good option is to use a CSV file.
WIth the free file access xmodule installed, you can use csvRead to read a csv file directly from the hard drive - you no longer need to import it into the RPA software first.
csvRead | c:\test\data.csv
or simply
csvRead | data.csv
(now kantu looks in the default RPA/datasource folder)
=> After csvRead you have the values of the current row ${!col1}, ${!col2},…
You can even set a custom row to read (e. g. 6th row) with store | 6 | !csvReadLineNumber