Hi ,
I want to read only the column A from an excel file , starting from A13 to the end ,
and verify if these cells are not empty.
so any idea please?
@teyssir Use read column activity with starting range as A13 and then u will get collection as output. Using for each activity get each value from collection and using if condition check whether it is null or not.
1 Like
yes!
thank you
1 Like