Get From Bag action is used to read data belonging to a specific basket (bag) from the system on the Kuika platform. With this action, content previously added to the basket using Add to Bag can be retrieved, listed on the screen, viewed in detail, or used in workflows. It is ideal for maintaining user-specific data flow in applications such as e-commerce, reservations, and form caching.
Technical Features
Defining the Action in UI Design
Configure Action Parameters
Connect the Data to the Table Element
With this structure, the user can automatically see the products in the relevant cart when the screen loads.
In an e-commerce application, when the user enters the ‘My Cart’ screen, the previously added products must be displayed. For this process, the Get From Bag action is used to retrieve the relevant cart data and present it to the user via the list component.
Configuration Steps:
Technical Risks and Precautions
Get From Bag is a critical action for maintaining user interactions, remembering selections, and completing shopping processes. When used in conjunction with other bag actions, it provides powerful and dynamic data management.