Get transaction data

Hello everyone, I need help with the following topic, I am about to automate a process in which it is required to enter one or more products consecutively, I am using the REFramework, for each consecutive I must enter the codes described, if you observe, in the file there can be a consecutive in several rows because there are several codes that must be entered, my question is, how can I organize the robot or ask the client to organize the file so that the bot can be executed for each consecutive?
Sorry for my bad English, it’s not my strong suit
image

Hola @Juan_Esteban_Valencia,

No se preocupe en el forum de UiPath, puede hacer su pregunta en su idioma y alguien de la comunidad podrá ayudarlo. Espero que los siguientes pasos te ayuden:

  1. Lea el archivo de Excel y obtenga la tabla de datos

  2. Filtra la tabla de datos y obtén una lista única de Consecutivos. Esa lista si sus elementos de transacción

  3. Usando el REFramework, para cada Transacción en el estado del proceso - Filtrar la tabla de datos original en función de lo Consecutivo del elemento de transacción

  4. Los resultados del filtro le darán los registros que se pueden iterar en un bucle For each. Dentro del ciclo realiza tus acciones para cada código

Feliz Automatización!

Saludos,
PD

Hi @Juan_Esteban_Valencia

Did u need to enter same consecutive which is being repeated 2 or 3 times

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed:

1 Like