I am not able to figure out how to get bot working on the condition that if input has hmph then it is suppose to click it but there is no input then do not look for it and proceed.
Input_Dt.AsEnumerable.Any(Function(row) row.ItemArray.Any(Function(cell) cell.ToString.ToLower.Contains("hmph") Or cell.ToString.ToLower.Contains("hmphps")))
DT.AsEnumerable.Any(Function(row) row.ItemArray.Any(Function(cell) cell.ToString.ToLower.Contains(“hmph”) Or cell.ToString.ToLower.Contains(“hmphps”)))
If this works for you, please mark this as a solution, for others reference.
Thanks