Hi,
I want to automate a Lookupdatatable.
I have excel1 containing many Article Numbers in Column D.
I have excel2 with Even more article numbers and prices.
I now want to search every article number of the column D of excel 1 in the excel2 and give back the Price.
Lookupdatatable is asking for a specific value but I want to search every article number one by one.
Any ideas ? Thank you!
ppr
(Peter Preuss)
April 6, 2020, 4:52pm
2
@anon59155201
Welcome to the forum
Have a look on this following activity (inner Join is relevant for you)
Pay Attention to the returned data column sturucture as well
UiPath.Core.Activities.JoinDataTables Combines rows from two tables by using values common to each other, according to a Join rule, which is specified in the JoinType property. Properties Common DisplayName - The display name of the activity. Input...
A more custom result can often be done with LINQ. But for helping you on this please share sample data and detailed description with us in case of need
system
(system)
Closed
April 9, 2020, 5:33pm
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.