Dt4.Select(“[Charging station name]='”+strOutEvstation.ToString+“'”)
I’m getting an error in the above annotation in the if statement
What I’m trying to do is to find in one column called Charging station name the selected name from input box dropdown the output is called strOutEvstation
Hi @Giovany,
Use below code to check the value exists or not using if condition. Dt4.Select("[Charging station name]='"+strOutEvstation.ToString+"'"). length>0