Hi guys,
I’m facing the below issue when adding the data to the data table using add data row, post adding in datatable i need to write that in excel.
please help me on this
Regards,
Naveen Kumar
Hi guys,
I’m facing the below issue when adding the data to the data table using add data row, post adding in datatable i need to write that in excel.
Can you share the properties of Add Data Row Activity?
As far the error I see is that you are assigning a value as a dictionary? Or if you are using config then check if the config has the value present
Hope this will help you
Thanks
@Srini84 sure
The issue here is the value(s) you are trying to insert into the data table.
Are all your columns matched to that of what is in the data table already?
Does the key of your dictionary actually exist?
The correct syntax will be
in_TransactionItem.SpecificContent(“TermID”).ToString, so on
Can you put the .ToString and check
Hope this will help you
Thanks
@Srini84 i’ve checked the same but still facing the issue
Can you share the Queue Data as well of a individual Transaction?
As the TermID should be very specific what you see in the Queue Data, Check if it has the space or nothing
Thanks
@TimK yes the columns matched same in data table.
Does the key of your dictionary actually exist? - i’m not getting this, can you please explain me more on this…
Regards,
Naveen Kumar
Hey @Srini84 ,
Thanks a lot man…there is space in Term ID and now its working fine .
Regards,
Naveen Kumar
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.