How to insert a value in all cells of a column within a DataTable

I want to insert in each cell of the first column the value “booking”
the name of data table is modelNamesDT_booking and the value “booking” is captured in the variable module_ms

Hi @Cardon_Cezar

If i understand you, you have a Datatable of modelNamesDT_booking and you have another sheet to copy the “booking” value

You can do like below

Hope this Helps

Thanks

Hi @Srini84
Thank you for your reply.
Can you please check why only the second row is populated?
Extract Model Names BOOKING.xaml (14.2 KB)

Oh Cezar, Mybad

The counter i keep inside the for each row, Please remove the counter inside the for each and you can assign by default as 2, every time counter is becoming 2 when the for each is running


I hope this helps

Thanks

2 Likes

Thank you

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