cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Application. How to model if [] then [] else [] algorithm

Former Member
0 Kudos

Hi All

How to model if [] then [] else [] algorithm in Agentry Application.

Now I have Action with SubAction step:

  Step Name - FindScheduleID_SubAct

  Execute Type - Execute once if rule is true

  Exection Rule: FindScheduleID_SubAct_ExecutionRule

  Act on Object: "MainObject" Object from Action "FindFlScheduleByScheduleID"

  Action: ShowScheduleID_Is_Found

Action ShowScheduleID_Is_Found will be execute if FindScheduleID_SubAct_ExecutionRule returns True

but I also want to execute other Action if FindScheduleID_SubAct_ExecutionRule returns False

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Simply add a second sub-action.  In the false sub action you will use a Rule NOT -> indScheduleID_SubAct_ExecutionRule to return the opposite of the execution rule from the True step.  Then when your action runs one or the other sub action will execute.

--Bill

Answers (1)

Answers (1)

Former Member
0 Kudos

In your action create a second action,  This time use an exection rule that goes:
NOT

- <Logic from Rule One>