---
sourceDocument: Yokohama ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/platform-user-interface

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Enable list actions based on dynamic conditions

# Enable list actions based on dynamic conditions {#ariaid-title1}

Release version: Yokohama  
Updated January 30, 2025  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Configure declarative actions for a list or related list to be enabled if the record satisfies dynamic conditions.

## Before you begin

Role required: admin

The system property glide.list.actions_conditional_evaluation_enabled
controls whether the action for a list is enabled. This property is available by default.

## Procedure

1. In the navigation filter, enter <kbd class="ph userinput">List</kbd> or <kbd class="ph userinput">Related List</kbd> for the action you want to configure.
2. Enable dynamic evaluation of a list or related list action by enabling Record Selection Required and Experience Restricted in the Action Assignment record.
3. Define the dynamic evaluation of a list or related list by applying the following configurations to the Condition tab within the Action Assignment.

   | Field | Configuration |
   | Enable Dynamic Evaluation | Set to true to use dynamic evaluation. |
   | Dynamic Script Condition | Write a scripted condition for dynamic evaluation. |
   | Dynamic Record Conditions | Add conditions for dynamic evaluation if you don't want to write a scripted condition. |
   |-|-|

   {#disable-list-actions-based-on-dynamic-conditions__choicetable_dmd_shz_fyb}  
   Note:  
   You may experience slowness and unresponsiveness if this feature is used in combination with the Select All, which selects all records in a list, as conditions must be evaluated for all the selected records.

