You can find the DataTable row count in the below way.
dtInput.Rows.Count
And pass the same expression into Flow Decision activity and check it’s count is greater than zero or not. If it is zero then kill the process else continue with the next steps.