Try this alternate approach for step 1 instead of Find First/Last Data Row activity use Find/Replace Value activity to Find “Total general”
This is the assign expression to get row number only
CINT(New String(strCell.Where(Function(c) Char.IsDigit(c)).ToArray()))
