I tried the following but still get the same error.
case when v.value is not null and rtrim(ltrim(v.value)) <> '' and isdate(v.value) = 1 then try_cast(v.value as datetime) else v.value end