@to-nice There are different ways, but you can copy this link and select "Open From Url" in BAS.
Screenshot_28.png
Screenshot_29.png
@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?