HI
I’m reading value from SQL database table like this.
then using GET Row Item to add received data to variable like this
Process_TrialNo is SQL database table column with Datatype INT
Value Variable varProcessTrialNo DataType is Int32
im using this to find the current value and then plus 1 into each time i run the process again.
It gives this error only when column in database has NULL value…
![]()
if value is 1 or 2 in database its not giving. I still want to read this as then i can know that i have to go from 0 to 1 this time…
can someone help how can i save int result into int variable?



