Add Data Row: Argument 'Number' cannot be converted to a numeric value

Can someone help me with this error…

Below is the error message I am getting while using Add Data Row Activity “Add Data Row: Argument ‘Number’ cannot be converted to a numeric value.”

Hi @soakhtar,

Can you provide more information, what are you trying to achieve using this activity.

Hi @soakhtar

Are you using list

Thanks
Ashwin.S

@anil5 Actually I am trying to create a datatable based on the inputs by reading a PDF …… so my main aim is to convert the pdf values into excel rows and column.

Hi @soakhtar,

Is the number a column in your build datatable, if yes what is the Variable type of Number you have declared in build datatable, assuming the type is number.

If you are extracting the number from pdf, the type of the number is string, so are you converting to int before passing it to datatable.