How to feed my values in my particular columns

How to feed my values in my particular columns ( I have built data table in which table I have to add my values in particular columns)
my data table: (I have to add my values in highlighted columns name)

my logic: (not worked) :neutral_face:

please help anyone

thanks
shaik

@shaik.muktharvalli1 - You need 7x “” (empty strings) at the beginning and 3x “” (empty strings) at the end in your Add Data Row.

@shaik.muktharvalli1,

Pass this in Add Data Row - ArrayRow property

{"","","","","","",NN_GT,NN_GT_StartRange,NN_GT_EndRange,"","",""}

Next loop I have to add required values in Highlighted round area …is it possible?

thanks
shaik

@shaik.muktharvalli1,

Ok try like this. For example I have this datatable.

Here I have added logic to create a new blank row and feeding each column data in a loop

In last added the filled data row to datatable.

This image shows a screenshot of an automation workflow in UiPath Studio, featuring activities such as "Build Data Table," "Assign," and "Switch" within a "While" loop, aimed at defining processes and logic sequences. (Captioned by AI)

Sample code to refer.
DTTestFlow.xaml (12.0 KB)

Hello

If you want to only add to those columns using their column names then watch this tutorial.

See video at 5:45

Cheers

Steve