Hello rostonix!
I have another project which I have to upload a bunch of files located in one folder.
I need to upload file by file, from the first file to last file (one file cannot be uploaded more than one time)
The login process and upload process is easy and do not face any problem. But the problem occur at File choosing process. Because I want to upload file by file, from the first file to last file, so first I create a list and rename it to "MyList"
Then I use Directories --> Get File List to get my folder's list of files and store at MyList
Then I use List Processing and configure like this:
Then I use List Variable to add to Upload process
Let's imagine my folder (D:/Store/) has 5 files:
a.jpg
c.jpg
b.jpg
k.jpg
e.jpg
So how do I configure ZennoPoster (not ProjectMaker) to run my template to upload one by one (not upload the very first file again and again). I'm using 1 thread
Here is my configuration but I'm not sure if it is correct:
Please correct me if I'm wrong
One more thing I need you to help me is, let's imagine that my template has 3 steps
Step 1
Step 2
Step 3
I want ZennoPoster to do like that:
The first time running it run from step 1 to step 3, but from next time to the end of running, it must run from step 2 (ignore step 1)
If it is possible, please tell me how to do that?
Thanks