Use Case #
The List command is one of the most useful and powerful command. It allows you to create a loop and to specify what data the loop will go through. The data to be looped through can be URLs but can also be any type of information such as a list of names, locations, keywords etc…
What ever commands and actions you nest inside the List will be run on each cycle of the List. The List commands processes the data it has line by line and is able to read/process the data by column as well.
You can feed the current List value to nested commands by using the following syntax for a single column dataset: {{List}}
And if you are using multi-column data for each row then you need to specify your separator characters and then you can use this syntax to call a specific column of the current row: {{List|0}} (0 being actually the first column, and 1 would be the second column and so on…)
Video demo/tutorial to come soon