Runtime error The operation >= cannot accept the arguments: , [*empty-string*], [5]

can someone help i’m getting runtime error The operation >= cannot accept the arguments: , [empty-string], [5]Screenshot_20201010-033723 Untitled

math_compare

>= can only compare two numers.

and wherever you are are using this Block the first value to compare is a empty-string and second is a number.

make sure to use numbers only.

4 Likes