I have attached two excel sheets one is named as “DB Sheet” and another is “onlinereport”.
Sheet “DB Sheet” is static and sheet “online report” is dynamic (changing every time when report is generated).
In both the sheets col EmpID is common and I have to append emailID column from “DB sheet” to “onlinereport” sheet for the EmpID present in “online report” sheet.
the implementation were focusing on using much essential activities as possible
in case of handling additional cases (e.g. variations like trailing spaces in cells) the implementation can be driven more specific e.g. with the help of LINQ
@ppr Thanks for your reply. But I am not able to see the code due to error shown in attached screen. Can you please attach screen shot for reference. Looks like there is some error in .xaml file. Please attach screen shot of activity as well as property screen.
@navincemk
This Happens If the Link is clicked and the File ist Standalone Opened in UiPath Studio. Just create a new empty Project or use your existing and save the xaml within. Let me know If this was working
@navincemk
strange things several checks didnt replicate this as reported by you. XAML were validated sucessfully even with different package versions.
@ppr Thanks sir and I know the reason of this issue now. The version I am using does not have Join Data Table activity. My organization provided me only this version.
Can you suggest me other way to do it as I do not have this activity available?
Thanks sir for your help. Looks like my current version is not supporting the workflow. But these two workflow you provided in working perfectly fine when I use my community edition on my personal laptop.
Thanks for your help. If you see the solution of it please let me know otherwise thanks for you help.
When I load the workflow it is showing below error:
Thanks sir. If you want we can connect and discuss over phone and live meeting.
Thanks a lot for your help. Let me know when you are free.
Please email me at: reply4navin@gmail.com
I am able to close this item using LINQ query. Thanks for your time and help.
I awill connect with you later in case I find another issue. Thanks a lot …
(From a In dtReport.AsEnumerable() Join b In dtDB.AsEnumerable() On a(“Emp ID”).ToString Equals b(“Emp ID”).ToString Select dtCombined.LoadDataRow(new Object() {a(“Emp ID”).ToString,a(“Name”).ToString,a(“Complaint”).ToString,b(“email ID”).ToString},False)).CopyToDatatable