Loop using variable list (such Excel, CSV ... )

Hello,

I would like to build a project which loop a process using a list of variables. It is:

  1. I have an Excel (f.e.) with a list: 1, 2, 3 …
  2. A process which should be repetead first with variable = 1, next = 2 …

Please, take into account that tomorrow the list can be updated to 4, 5, 6 …

I have been searching but looks like I don’t use the proper words into Google / uipath forum

Thanks in advance!!!

Hi @ismael_ayala,

Specify the list in Config.xlsx if you are using REframework with separators like , or ; etc.
Read the value & split it using the separator & copy it to an array.
Now loop through the array to repeat for all the items in array or Specify the condition in Get transaction state to check length of array & initialize transaction item if you are using RE frame work.

Hope this helps!

1 Like