Insert generated number in a column

Hello Forum,
How can I add in a column from excel generated numbers?
Column is already created.

@thsrytked

Can you please tell or show a screenshot of what is needed

Cheers

This is a column that shows random numbers from 25 to 1000.

Cheers

Hey

so you want to get the column from excel, or you have already created the column within studio and just want to add into a datable?

I already added a column with studio. And I need to insert generated numbers in this column.

Hey,

Can you give some examples? So we can have better idea about your requirement

This is my personal project. I’m just learning how to do things in studio. I have inserted in column cars names, next column (column “B”) is for car plates number generated by random.

Cheers

Cheers,

If you are working with a data table try using “add data row” activity

  • use a for each “item” in excel file (file with the generated numbers)
    -add item row:
    array row use variable set before if in a column with header use vaiable(“column header”).ToString
    data table the variable you used to define your data table

Hi, thank you for your response.
Can you show me how exactly?

Cheers.

this video might help you better than text explaining

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