Replace.....

oqczar100190

Client
Регистрация
25.09.2019
Сообщения
81
Благодарностей
9
Баллы
8
I have a question
I need to register to a certain page but I encountered a message problem
I need to set the project so that when the message appears, it will come back to entering the data again

Will anyone explain how to do this?
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
I have a question
I need to register to a certain page but I encountered a message problem
I need to set the project so that when the message appears, it will come back to entering the data again

Will anyone explain how to do this?
Hi. It is simple logic, you already described what should be done.
You have to check the text on the page and using if action tell your bot where it should go next. Continue or enter again.
As one way you can use - Highlight message and right click then:
51693

This should create logic with if action automatically.
 

oqczar100190

Client
Регистрация
25.09.2019
Сообщения
81
Благодарностей
9
Баллы
8
51750

unfortunately I'm a beginner and I don't know what to enter from the IF function
the point is how it will detect the message to repeat the registration
some hint as to the if function
??
 

oqczar100190

Client
Регистрация
25.09.2019
Сообщения
81
Благодарностей
9
Баллы
8
someone will tell you how to insert the if function correctly?
51821
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
No problem everyone once was a beginner :-)
There is a wiki link with logical actions: https://zennolab.com/wiki/en:logic
You can read also about logical operators there
 

oqczar100190

Client
Регистрация
25.09.2019
Сообщения
81
Благодарностей
9
Баллы
8
Unfortunately, it's hard for me to understand
adds a message in the form '{-Variable.Variable1 -}'! = ''
and further commands are incomprehensible to me
I tried every combination but I don't know the programming language so nothing will happen
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
Unfortunately, it's hard for me to understand
adds a message in the form '{-Variable.Variable1 -}'! = ''
and further commands are incomprehensible to me
I tried every combination but I don't know the programming language so nothing will happen
It is very basic logical action, You have to get around it, otherwise, you will be stuck.
Make tests and read articles about if logic to understand.
I totally agree it is confusing at first, but once you will start to understand it will get easier with time.

To explain what is in your picture:

Blue action takes text for page and saves it into Variable8.
Then the next action is logical IF action checks this Variable8 and in this case, it checks if it is empty or not.

'{-Variable.Variable8-}'! = '' - Means Variable8 IS NOT Empty
Logical operator != from wiki you see means IS NOT
So if Variable8 IS not Empty then IF action returns TRUE value what means it will continue to work by Green exit.
If it will be empty it will return False what means it will continue to work by the red exit.
 
  • Спасибо
Реакции: oqczar100190

oqczar100190

Client
Регистрация
25.09.2019
Сообщения
81
Благодарностей
9
Баллы
8
51839

I think I think it works, I'm testing it right now
I turned on step by step and as the message was gone it went on and how it was returned
but still testing
 
  • Спасибо
Реакции: lokiys

oqczar100190

Client
Регистрация
25.09.2019
Сообщения
81
Благодарностей
9
Баллы
8
works great :-) it's so easy that I'm ashamed :-)

are you still able to prompt me if the GOOD END option can save used email and other data?
51864
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
  • Спасибо
Реакции: oqczar100190

oqczar100190

Client
Регистрация
25.09.2019
Сообщения
81
Благодарностей
9
Баллы
8
51962

after successful completion, no data appears in the file indicated for saving
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
Посмотреть вложение 51962
after successful completion, no data appears in the file indicated for saving
Please be careful. Read what is written in action.
File path means you have to set a file path, not data to save.
Read more about lists: https://zennolab.com/wiki/en:list
You can also use forum search there will be many posts.
First, you add a list. then You bind list to file.
then You use action and save data in the list, which will automatically save data in the file.
 

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