hi;
I am making a blog articles poster.
generally it is supposed to have login data for multiple blogs in one file.
with processing tables i can make it login for first account, than i would like it to go to "add article", and here comes the trick part.
i have data for article posting in separate xlsx files for each blog in a project's subdirectory.
now i would like to get list of those files, and somehow set them to the varible, so let's say i have 6 files in the directory, they are named as 1.xlsx, 2.xlsx 3.xlsx...., zenno gets their path and name, and than processes the first file , adding articles. whent it's done, i get back to login, zenn logs to another blog, posts from file 2.xlsx and so on.
I had an idea that i will use a table and table processing, and in the file path of the table i will specify something like {-Project.Directory-}\articles\{-Variable.FileName-} but actually it seems i cant use variables to determine files name.
Does anybody has an idea how i can solve my project?
best regards
Kamil
I am making a blog articles poster.
generally it is supposed to have login data for multiple blogs in one file.
with processing tables i can make it login for first account, than i would like it to go to "add article", and here comes the trick part.
i have data for article posting in separate xlsx files for each blog in a project's subdirectory.
now i would like to get list of those files, and somehow set them to the varible, so let's say i have 6 files in the directory, they are named as 1.xlsx, 2.xlsx 3.xlsx...., zenno gets their path and name, and than processes the first file , adding articles. whent it's done, i get back to login, zenn logs to another blog, posts from file 2.xlsx and so on.
I had an idea that i will use a table and table processing, and in the file path of the table i will specify something like {-Project.Directory-}\articles\{-Variable.FileName-} but actually it seems i cant use variables to determine files name.
Does anybody has an idea how i can solve my project?
best regards
Kamil