ok Example is
I am getting some time which is start time from web its in HH:MM which i am storing inn string variable and after that i have to calculate some time difference which is based on some calculation and that i am storing in Generic variable. Now i have to calculate the time which is like
Start Time - Time Difference let say start time is 03:12 and time difference is 54
3:12-54 = 2.58
Can you check content of StrartTime at Locals panel when error occurs? If there might be extra whitespace, cany you try StartTime.Trim in the expression?
Still struggling
I had check the start time is in string and having value and time difference is Generic value variable and also having value i had trimmed both the value but still getting issue.