In case anyone else encountered this problem. You have to edit your function and check the "has return value" box. Then your return will work. After this you have to use "Call Function" again and now you have a new field for saving results.
Variable on Javascript (Problem)
-
@ivdkop said in Variable on Javascript (Problem):
The JS is to give the return: false.
If I use the const a = [1.99,1.98,1.18,1.06,1.39]; It gives me return false (perfect)
If I use in the const a = [[VALUES]]; the return is true, being the same values as above.What am I doing wrong?
Most likely, the problem is in the data type from the variable [[VALUES]]. And in what action do you use this code?

