Issue in Add data row

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

@naveenkumarr

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

1 Like

@Srini84 sure


those delivery status ,delivery time and total cost will be fetched from respected url and i’m able to see those details in message box

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?

@naveenkumarr

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

2 Likes

@Srini84 i’ve checked the same but still facing the issue

@naveenkumarr

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 . :slight_smile:
Regards,
Naveen Kumar

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.