I have to apply v-look up referring 2 excel sheets and copy 2-3 columns of one excel sheet into the new sheet based on v-look up results. Example: Apply v-look up of column 1 of excel sheet 1 with column 3 of excel sheet 2. Based on the match, add column 8, 9 and 10 of excel sheet 2 into a new excel sheet 3. Please provide a sample flow to achieve it.
As primary steps, I tried doing it with activity “Merge data table” but 2nd data table rows are appended after completion of 1st data table rows which was unexpected behavior. I also tried “for each row” loop inside another “for each row” loop which turned horribly wrong.
I have already tried two links before approaching the forum and both direct to “How to simulate Excel VLookup in a Datatable. Filter Datatable.” It pertains to assigned value in a variable and I tried to modify it according to my need but no luck.
Could you please provide a sample flow to achieve my solution?
I also need help with this. I am entering the vlookup formula in the appropriate cell. I need to create a table which points at the appropriate data range in excel. I can do this using hot key (cntrl-t) but need the name to be fixed. To fix the name I am using hot keys (alt-jt then a then type the new table name). The problem I face is that UiPath cannot find the table name object.