Open Screen
Close Screen
Open External Link
Configure Navigation Drawer
Add Item to List
Remove Item from List
Update Value
Convert Data
Send API Request
Conditional Action
Request Permission
Trigger
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.
Dynamic Content Updates
Streamlined User Input
Flexible List Management
1. List
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.