Get row item is not a valid value for double - getting error

Hi All

Extracting the value from excel
getting error - get row item is not a valid value for double

Hi @Sam_H

Check out the video link

Regards
Gokul

Hi @Sam_H

Thry using a generic variable for retrieving then check if it is number or not as you might have blank values as well

Cheers

Hello @Sam_H

Instead of creating the valriable int_Hours as double try it as a Generic variable.

Better to use ctrl+k and create the variable in the value field.

Thanks

Hi All

Getting Below error
Get Row Item: Job Totals: is not a valid value for Double. (Parameter ‘value’)

Duplicate Topic : Get row item is not a valid value for double - getting error

Hi @Sam_H

Please change the variable type to generic and then use isnumber to check if it is a number or not

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.