@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
@Dexter said in Resource LineFromFile:
How can I setup a .txt resource without giving the .txt to the users of the bot?
So same function as LineFromFile but without users having to select the resource .txt
use the "Read File To List" action and the local resource
Test script
@Dexter said in Resource LineFromFile:
What if the user don't has the .txt file?
I gave an example of use, you can receive data in any way convenient for you (for example, get-request)