Input string was not in correct format for NULL value in queue

Hey @Sathish_Kumar_S

I’m assuming technology variable is holding the value either 80 or empty

Just reverse the condition,

String.IsNullOrEmpty(TechnologyVar) orElse CInt(TechnologyVar) >= 80

Hope this helps

Thanks
#nK

2 Likes