# Conditions-Results

The Results condition category contains the following conditions categorized as follows:

<table><thead><tr><th width="130.33333333333331">Category</th><th width="259">Type</th><th>Description</th></tr></thead><tbody><tr><td>Action</td><td>ActionExecutionResult</td><td>The ActionExecutionResult condition is used for evaluating the result of the last execution of a specific action.</td></tr><tr><td></td><td>ActionResultInList</td><td>The ActionResultInList condition is used for evaluating whether the current result of executing a specific action is in a list.</td></tr><tr><td></td><td>IsActionExecutionErrorCountComparisonTrue</td><td>The IsActionExecutionErrorCountComparisonTrue condition is evaluated using the count of the number of errors that have occurred on the executions of a specific action.</td></tr><tr><td></td><td>IsActionExecutionSuccessCountComparisonTrue</td><td>The IsActionExecutionSuccessCountComparisonTrue condition is evaluated using the count of the number of successful executions of a selected action</td></tr><tr><td></td><td>IsActionExecutionTotalCountComparisonTrue</td><td>The IsActionExecutionTotalCountComparisonTrue condition is evaluated using the count of the total number of executions of a selected action</td></tr><tr><td>Activity</td><td>ActivityExecutionResult</td><td>The ActivityExecutionResult condition is used for evaluating the result of the last execution of a specific activity.  This is typically used when looping through a list of records using the While activity.</td></tr><tr><td></td><td>ActivityExecutionResultInList</td><td>The ActivityResultInList condition is used for evaluating whether the current result of executing a specific activity is in a list.</td></tr><tr><td></td><td>IsActivityExecutionErrorCountComparisonTrue</td><td>The IsActivityExecutionErrorCountComparisonTrue condition is evaluated using the count of the number of errors that have occurred on the executions of a specific workflow activity.</td></tr><tr><td></td><td>IsActivityExecutionSuccessCountComparisonTrue</td><td>The IsActivityExecutionSuccessCountComparisonTrue condition is evaluated using the count of the number of successful results that have occurred on the executions of a specific workflow activity.</td></tr><tr><td></td><td>IsActivityExecutionTotalCountComparisonTrue</td><td>The IsActivityExecutionTotalCountComparisonTrue condition is evaluated using the count of the total executions of a specific workflow activity.</td></tr><tr><td></td><td>IsTargetRecordErrorCountComparisonTrue</td><td>The IsTargetRecordErrorCountComparisonTrue condition is evaluated using the count of the total number of errors that have occurred during record operations (insert, update, delete) on the target.</td></tr><tr><td>Condition</td><td>ConditionExecutionResult</td><td>The ConditionExecutionResult condition is used for evaluating the result of the last execution of a specific condition.</td></tr><tr><td></td><td>ConditionResultInList</td><td>The ConditionResultInList condition is used for evaluating whether the current result of executing a specific condition is in a list.</td></tr><tr><td></td><td>IsConditionExecutionErrorCountComparisonTrue</td><td>The IsConditionExecutionErrorCountComparisonTrue condition is evaluated using the count of the number of errors that have occurred on the executions of a specific condition.</td></tr><tr><td></td><td>IsConditionExecutionSuccessCountComparisonTrue</td><td>The IsConditionExecutionSuccessCountComparisonTrue condition is evaluated using the count of the number of successful executions of a selected condition</td></tr><tr><td></td><td>IsConditionExecutionTotalCountComparisonTrue</td><td>The IsConditionExecutionTotalCountComparisonTrue condition is evaluated using the count of the total number of executions of a selected condition</td></tr><tr><td>LastResult</td><td>LastExecutionResult</td><td>The LastExecutionResult condition is used for evaluating the last activity result.  This is typically used when looping through a list of records using the While activity.</td></tr><tr><td></td><td>LastRecordAction</td><td>The LastRecordAction condition is used for evaluating the last executed record action.  The action can be checked to see if it is Delete, Insert, Update or Undefined.</td></tr><tr><td></td><td>LastResultInList</td><td>The LastResultInList condition is used for evaluating whether the last activity execution is in a list.</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/conditions/condition-categories/conditions-results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
