How to pass variable in range parameter in write range uipath. when i get a match in if activity in the below attached screenshot i want to write a value stored in another datatable

@Gaurav07

In Write cell activity, specify range as “A” +index.Tostring

Where index is integer variable

i have to define index? if yes where and what value should I assign ?? and What does “A” mean?

@Gaurav07

Where A is the column name. You can change it according to column you want to write it.

Initialize index variable with 2 and increment it.