@isaacjaco49111 said in join a resource with a variable:
@Fox I understand, so for example if I have 20 accounts and I want to obtain resource 18, should I create 18 resources?
Create one resource and put the data of 20 accounts in it
@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?