Let’s say I have an Excel list of only one row with 100 numbers (from 1 to 100). How can I iterate trough this numbers and paste them one after the other into a system?
My plan is to put number 1 into the system, get some data from the system, then put number 2 into the system, get some data from the system and so on…
Maybe someone can tell me which activities to choose (like “read range”, “for each”,…) or has a link to a similar problem?