Hello,
I have a flow where I need to read from Excel and do data entry into a company program. Each row represents one data entry with 6 columns. Basically in the program: 1. Create new record. 2. Enter the 6 columns into the respective data entry boxes within the program. 3. Click an 'Add' button. 4. Move to the next row in the Excel sheet and repeat.
I am struggling to figure out the read as a list function to where PAD will read the whole row and fill in the data boxes and move onto the next row. Does anyone know how to achieve this?