Hi, ,
I have a flow in which i read data from excel sheet split item rows and creates an array containing row items from (excel sheet). Will insert this array iterativley in sql table further.
Issue is parsed array contains an empty row item at the end each time... Suppose I have 6 items rows in excel sheet , parsed splitted array contains those 6 items plus an empty row at the end.
Actual Excel Items:

Parsed Flow row items in array:

Any idea how to the empty item from the parsed array ..
Regards