Hi, Suppose Code field contain below data:0238LGTR I'm not sure how to find field equal to string, tried below logic but its showing error. When(case(@code Equal to String,'@code'), Else ToInt64(@code)) Please let me know how to find data is string or not if its not string then convert it to ToInt64...