@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
i put database resource type to variable and it works good (its what I want) but i cant choose this way to choose descending or ascending (for example biggest numbers first, smaller numbers later)
however, theres action to get list of items in database in descending or ascending order - but that doesnt remove them.
so this way i will have same resource on both threads.
and I want to have 2 different resources in each thread.
how can I solve this issue?