Home

Guides

Editor

Components

Actions

Conditions

Actions

Navigation

Open Screen

Close Screen

Open External Link

Configure Navigation Drawer

Data

Add Item to List

Remove Item from List

Update Value

Convert Data

Send API Request

Logic

Conditional Action

Other

Request Permission

Trigger

Add Item to List Action Documentation

Overview

The Add Item to List Actionallows you to dynamically add a new item to an existing list within your app. Whether it's a shopping cart, a task list or any collection of user-generated content, this action enables users to update lists in real-time without needing to reload or refresh the app.


Key Features

  • Dynamic Content Updates

  • Streamlined User Input

  • Flexible List Management


Action Fields

1. List


Best Practices for Using the Add Item to List Action

  • Validate Input: Ensure that the data entered by users before adding to the list is valid and meets your app's requirements (e.g., format, length).

  • Provide User Feedback: After an item is added, offer a clear visual or textual confirmation to inform users that their action was successful.

  • Optimise for Large Lists: If the list can grow large, implement pagination or load new items dynamically to prevent performance issues and maintain smooth scrolling.