Hello
I initialize a datatable in the beginning of my process : DT1
I want my DT to only have one row
I have two cases based on a condition :
either all the values of the first row are null and are populate throughout the process
either i will retrieve data and populate my DT in the beggining
however i do not know how to make sure i always have one row.
because if i have an empty data table in the beginning, the robot will give me a null exeption when i try to check the data
but if i add one row, then i don’t know how to update this row.
this is what i do now but it adds one row. i want to update the existing one
how to transform this into update