Need to Add data In blank activity

Hello UiPath Community

I have to Add data where ther will be a datatable in an application the problem is the bot as to identify the null space present and then paste the data from the variable so that it doesnt overwrite the exisiting data
and the data postion may vary in datatable

image
The data maybe present in this format the application

Thank you in advance

HI @madhavraichur25

Do you need to update the data table in an application?

Regards

Hi @madhavraichur25

To write the data in blank cells,

Use For each row in datatable activity and give if condition

as Currentrow(Cloumn A).tostring = “”

and in Then sequence write your data.

Thanks