How do I add a specific variable into a data table?

I have a PDF, from which I am using the PDF Text extracting tool to get the words on it. There is a bidder name and a code that I am extracting, and I want to now show this information inside columns in an excel sheet. Originally I was just extracting the string using match, but how do I do this in the data table?

Hi @Anushka_Purohit

You can use Add Data Row activity and pass the variable names according to the column names.

Regards

@Anushka_Purohit,

Declare a variable and add that variable using Add Data Row activity.

Just make sure your datatable variable is initialised before you use Add data row activity otherwise it will throw exception object reference not set to an instance of an object

Thanks,
Ashok :slight_smile:

1 Like

Hi @Anushka_Purohit

Use Add DataRow activity

Regards,

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