First I use Get Text Activity to get name, description and degrees in a number of cities.
I store these three values in var type String (not sure if it’s correct)
Afterwards, I must fill Excel table with the above information.
Name, description and degrees are the three columns and each column contain the values from the variables.
I decided to make three collections with the values and then I use Build Data Table and Add Row. However I am not sure how to add all columns. Now it works only for the first.
Add collection is in a For each loop.
Here it works for the first collection but I am not sure how to add the others.
