Hey everyone,
SO I am really new to UIPath, just finished academy, and have been learning as I go on how to handle things.
So I have 2 datatables. One comes from a template sheet and it is a list of customer names /their codes
The second datatables comes from SAP and so the format is basically what it is.
Now I want to consolidate the two datatables based on the matching criteria. If two ID’s match then I want to input the SAP value into a third column.
I will then end up writing this into the original template sheet.
I created a little dummy workflow of the specific part I am having trouble with.
Note: the real data has a lot more values and so this counter method is very slow and times out before it finishes. Secondly, the counter must be wrong because the info it does update doesn’t match properly!!!
Please help! I have been banging my head against the wall trying to figure out how to consolidate this data.
I have looked into a lot of methods. At this point I am tempted to just paste it into an excel sheet and click my way through excel to consolidate this! >_>
ConsolidateDTs.zip (21.5 KB)