> For the complete documentation index, see [llms.txt](https://comunity.gitbook.io/learning.comunitynexus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://comunity.gitbook.io/learning.comunitynexus/v4/toolkit-guides/screens/building-screens/form/lists-in-form-pages/static-lists.md).

# Static Lists

## Screen Controls used to implement Static List&#x20;

The section that follows outlines screen controls which are used to implement static list in form pages and their respective properties:

### Static Item

#### Action URL

The navigate path to be used when the list item is selected.

#### Title

This property allows you to specify the title of a list list item. This property is required.

#### Icon

This property allows you to select an icon for  a list list item.

#### Detail

This property allows you to specify the detail of a list list item. This property is required.

#### Aside

This property is used to specify static content that is placed in the top right corner of the list box.

#### Count

{% hint style="warning" %}
This property is no longer supported.
{% endhint %}

#### Image URL

The image URL property allows you to upload an image to your list item, view Images to learn  more.

#### Icon Image URL

The name of the icon to be displayed. If set, this will be used instead of the icon value.\
\
Using a Static List Item to create a navigation between a Form page and an existing screen

## Configuring Navigation Links using Static Lists

Follow these steps to create this navigational link between a Form and an existing screen in your project :

**1. Add a List Component to Your Form Page:** \
Begin by incorporating a List component within the Form Page where you wish to create the navigation link.

**2. Integrate a Static List Item Widget:** \
Within the List, introduce a Static List Item widget. This element will serve as the link between the existing Screen and the Form Page.

**3. Access the Static List Item Properties:** \
Click on the Static List Item widget to select it. As you do so, the associated Properties will be revealed for configuration.

**4. Define the Navigation Path:** \
In the displayed Properties, locate the **Action URL** property. Here, you can specify a relative path that corresponds to the sub-screen you intend to navigate to. For instance, entering `/UserProfile` in the **Action URL** property would facilitate user movement from the current screen to the UserProfile screen.
