After extracting html table using xpath(xml(...)) formula from email and assigning td values into variable. I need to isolate empty cells rows into separate excel and non empty cell rows into separate excel. but my flow is excuting both empty cells rows into single excel after giving this condition or( empty(trim(variables('employeeNumber'))), empty(trim(variables('employeeName'))), empty(trim(variables('EmployeeDesignation'))), empty(trim(variables('DesignationTier'))), empty(trim(variables('ProjectRole'))), empty(trim(variables('ProjectRoleTier'))), empty(trim(variables('RevisedProjectRole'))), empty(trim(variables('RRID'))) )