Hi, I currently have a script that takes from a node.js code which has a list within it. I have a bunch of random email on that list. I wanted to ask if it's possible to after using the first email the next time I run the script it runs the second email and so on.
@UserTrue Thank you for your advice. Yes, at first I tried the built in mongodb with it's module. It made me quite fast switch over to MySQL and the appropriate node.js module ;)
You can use "Element Number" action to determine number of elements
in existing list, and after that you can use action "Delete By Index" or
"Remove Part".
Thank you! it worked, i was using [[VARIABLE]]/Images.txt with expression, it was also giving me error but then i used it with string then it worked. I thought in string, variables values cannot be used :)