Could you help me to enhance an excel file? I have problems with the for each activitie of the new version of uipath

Hi all,
I need help to enhance an excel file.
I have two dt1 and DB files that I am attaching.
What I should do is read the first dt1 file and scroll through the lines take the value of the “account number” and enter with this key in the DB file and take the value “ContoReco” and add it to the column of the dt1 file.
Could you give me some help to do this with the latest version of uipath?
I have problems with the for each activitie of the new version of uipath
Thank you
Victory

dt1.xlsx (8.6 KB)
DB.xlsx (8.4 KB)

Hi @vittoria

Please refer to the xaml below.

Main.xaml (7.1 KB)

Regards


@pravin_calvin i have this problem with your workflow

@pravin_calvin i have studio version v2021.6.0, the activity could be missing for this reason?or is there any packege that I need to install?

Hi @vittoria

Try to Install system.activities from manage packages.

Regards