The process looks to gather information for on-boarding and its currently built up around a main datatable (dt_Master1) which contains a few other datatables; fname & sname, along with some other string columns such as joining date.
dt_Master1:
dt_fName:
dt_sName:
My issue is that i cannot seem to loop through the information gathered with a simple write line without getting an error:
Hi, thanks for your quick reply.
I’m a bit confused as i’m looping through the test data provided in the screen shots… so i’m confused as to how the values could be null?
I feel as though we’re talking at cross purposes here.
I have created a duplication of the work that’s in production. All the datatables have test data in them. I’m just trying to understand why the fName datatable is showing as Null. I can see that it’s null in the locals table & that it’s null in the original error message. What i’m trying to understand is why it is null and how I can go about accessing the nested rows, which should be present.
I have attached a copy of the project. Please help.
@Palaniyappan would you be able to offer some help here?
Can you tell me how i’d go about adding data to dtMaster1?
For example, i’d like to add a distinct ID and Joining date, but then multiple names to both dt_fname & dt_sname. When i try to copy the names from dt_fname & dt_sname in to dtMaster, all the names are added to one ID, rather than separate.
A standard Add DataRow Activity doesn’t seem to work - any ideas?