- Регистрация
- 21.10.2021
- Сообщения
- 9
- Благодарностей
- 2
- Баллы
- 3
Hello,
I am trying to create a directory in the "project directory" with a var value that has been parsed by REGEX from DOM of a specific URL (the name is in fact the h1 title of this page...)
When I use :
process directories > create > Directory path : {-Project.Directory-}{-Variable.h1-} the action fails and the dir. is not created
I have used this in another project with a var that was extract from a table without problem. But on this one I have no idea why its not working : because it comes from DOM ?
Also, If I stop the execution of the project just before directory is supposed to be created and I change manually the var. value it works fine...
I have also used processing actions like : ToLower, replace, get line etc... without success.
It seems there s something I am missing here, any idea ?
WT
I am trying to create a directory in the "project directory" with a var value that has been parsed by REGEX from DOM of a specific URL (the name is in fact the h1 title of this page...)
When I use :
process directories > create > Directory path : {-Project.Directory-}{-Variable.h1-} the action fails and the dir. is not created
I have used this in another project with a var that was extract from a table without problem. But on this one I have no idea why its not working : because it comes from DOM ?
Also, If I stop the execution of the project just before directory is supposed to be created and I change manually the var. value it works fine...
I have also used processing actions like : ToLower, replace, get line etc... without success.
It seems there s something I am missing here, any idea ?
WT