how to make a trigger ?

Post here if you need help using Actiona
Post Reply
User avatar
SIBI
Posts: 1
Joined: 10 Sep 2018, 07:35

how to make a trigger ?

Post by SIBI »

hi
I just started here.
I made an action but
I dont understand how to make a trigger..

can you help me ?

MANY THANKS
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: how to make a trigger ?

Post by eureka »

The answer depends on what action you are working on.

Take for example Window Condition, the Standard tab.
There are conditionals you specify.
Then you have:
If true: set "trigger" from drop down menu, to the right
If false: set "trigger" from drop down menu, to the right

You can create a procedure for each state (true/false).

then “trigger” a procedure for each state.

See Procedures at bottom of actions panel

Begin procedure
// other actions to run on true
End procedure

Begin procedure
// other actions to run on false
End procedure
Post Reply