@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
You mean we have a loop and for example:
var0 = "any"
and for each repition the 0 goes one number higher?
I dont think you can do that, I tried it once but it really doesnt seem to work, you will need to use lists I think,
ive been looking around this problem too and this was the only solution which came to my mind