# Conditional Actions Execution

Conditional Actions Execution sample project demonstrates how to use the PerformActions activity in the Business Rules module to execute a series of actions.

The workflow activities and other modules used in this sample project are available in the following appRules Platform products:

<table><thead><tr><th width="375"> Platform Product</th><th>Availability</th></tr></thead><tbody><tr><td>appRules Data Migration Engine</td><td><img src="https://1923141441-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFjmFrZ8sef1J7qkr6H%2Fuploads%2FWqBTZIpwFI86fU008Gin%2F2022-10-05_15-56-34.jpg?alt=media&#x26;token=6d923ac2-f0ed-4715-bd43-a98dc3dbe6c0" alt=""></td></tr><tr><td>appRules Integration &#x26; Automation Engine</td><td><img src="https://1923141441-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFjmFrZ8sef1J7qkr6H%2Fuploads%2FbYAbg5056fkAJrta4voJ%2Fimage.png?alt=media&#x26;token=121aa2c3-4a84-4748-b370-cc73ff6e8f07" alt=""></td></tr><tr><td>appRules Enterprise 360</td><td><img src="https://1923141441-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFjmFrZ8sef1J7qkr6H%2Fuploads%2FbYAbg5056fkAJrta4voJ%2Fimage.png?alt=media&#x26;token=121aa2c3-4a84-4748-b370-cc73ff6e8f07" alt=""></td></tr></tbody></table>

##

The action executions can be based on the results of executed conditions.

The page below shows how to configure the ActionItems property:

<figure><img src="https://1923141441-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFjmFrZ8sef1J7qkr6H%2Fuploads%2FziebBMkad3SKwtm9VLyc%2Fimage.png?alt=media&#x26;token=f548d3f3-4139-4a3e-9516-6bc5a643132c" alt=""><figcaption></figcaption></figure>

**Points of Interest:**

1. In row 1, the selected  condition is executed.  if the result is True, Action Default/True action is executed.  If the result is False, the Action False action is executed.
2. In row 4, since no condition is specified, the action specified as the Default action is executed.
3. You can use the Option button to select the execution option from a list of available options.
