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.
join a resource with a variable
-
Does anyone know how I can join a resource with a variable, for example, I am using this:
[[USERNAME]] = {{EMAIL[[THREAD_INDEX]]}};
But it gives me this error:
Thread #1 : All data have been processed for EMAIL[[THREAD_INDEX]]
I want to extract the value of a resource according to the THREAD
-
@isaacjaco49111 said in join a resource with a variable:
Does anyone know how I can join a resource with a variable, for example, I am using this:
[[USERNAME]] = {{EMAIL[[THREAD_INDEX]]}};
But it gives me this error:
Thread #1 : All data have been processed for EMAIL[[THREAD_INDEX]]
I want to extract the value of a resource according to the THREAD
You can't do that, and this is an example of bad code
-
@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