Hello community, I've been stuck with my flow for a while now.
The flow I've created has to get and read through an excel files => Validate if file is empty => Check each data cells in the table if there's any empty cell => (yes) send email or (no empty) update a Dataverse with data within excel file.
The problem is how I write my code in the second picture after checking a row in excel with apply to each, it will work fine if there's no empty cell in that file. But if there's an empty cell for example in row 20, the first 19 rows would already been added to Dataverse which I don't want that. It needs to be checking all the rows first, then add to Dataverse later if there's no empty.
How should I modify this code.

