Making jumps conditional
You can set conditions so that an action is only executed when the
condition is true. For example, to specify that the jumps work only for you,
set the condition of the action to:
=GlobalVariables._CurrentUser.Text="Admin"If you do not log on as Admin, replace "Admin" with your user name.