Erro ao tentar reproduzir tutorial Uipath

@Rodrigo_Buch

  1. Yes add to collection is replaced with append item to collection
  2. Listusstates - change the variable type to system.collections.generic.list and select string under it
  3. Initializing a list ia done like this listusstates= new list(of string)
  4. Then use append item to collection for adding items to list
  5. In for each datatable I am not sure what you are trying to do but it looks mostly wrong

Hope this helps

Cheers