how to read this row using the read range .i cant use the read row
because i need to know where the null values are there.so how can i use the read range to read a row .
If the row that you want to read is static then specify the appropriate value in Range parameter. Otherwise take the output of read range and apply for each row loop and then perform the required activity
hi ,
for example i want to read the row 2
1: 1 0 1 3 1 8 1
2 : 1 2 3 5 0 2 3 .
i want to take the first row and take the specific data from that row. so how can i do it .
in a loop i want to take the first row data and sum the value .
Hi will give the solution of how to read the row values one by one by incresing count.company.zip (9.4 KB)
1 Like