How to pass all variable(not only the same name variable) in "project in project"?

hunthunt

Client
Регистрация
18.01.2013
Сообщения
22
Благодарностей
0
Баллы
1
I know "project in project" can pass the same name varible.
How ever this is not enough for me.
I need to pass any new varialbe, and dont need to add this variable in another project.

My project is look like a articleposter template.
Atemplate=get link,get article(one template)
Btemplate=login website,post(many sites, each site has one template)
Ctemplate=save url to excel(one template)

it is working good.
Example:Then I add a variable in Atemplate, such as "uploadpicurl", it can not pass the "uploadpicurl" variable to all Btemplates, I need to add a blank variable "uploadpicurl" to each Btemplate.

For less Btemaplte, I can do it manual. But for large number of Btemplate, such 100,1000, it is so hard to do it.
 

Вложения

nicanil

Client
Регистрация
06.03.2016
Сообщения
2 242
Благодарностей
1 816
Баллы
113
hunthunt сказал(а):
How to pass all variable(not only the same name variable) in "project in project"?
hunthunt сказал(а):
I need to pass any new varialbe, and dont need to add this variable in another project.
You cannot do this. As you've already mentioned you can pass same name variables or by specifying variables one by one in action settings.
But... I would recommend you to use config files (simple txt List or Table). Create this file in main template, save it somewhere and then pass path to this file to the inner templates.
 

hunthunt

Client
Регистрация
18.01.2013
Сообщения
22
Благодарностей
0
Баллы
1
Ok, I may try some other ways such as the zp3rd global variable.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)