Add a variable to a datatable

Hello all!

As we speak I am trying to create a function within my process which add a variable to a datatable.
In-depth: a variable is created which contains reference number, for instance “you reference number is: 891”
This variable is a string.

How can i add this string to a datatable (refNumberDT). I tried to generate a new DT, add row etc. but it will not work.

Thanks in advance!

1 Like

Hello!

Do you need to add just a value to a already created column or you need to add a variable and the column too?

Regards,

1 Like

Hi Lucas,

I created a DT by means of the build datatable, so the column “reference number” is already created.

So; i want to add the variable (who gets his number from a get text) to the datatable “TD1” in the only existing column “ref number”

Regards,
Ricky

2 Likes