Bag Has Key action is used to check whether a bag defined on the Kuika platform exists. This action is used to set up conditional action flows before bag operations, develop user-specific bag logic, or pre-validate the contents of the bag. It plays an important role in scenarios such as conditional visibility, button activity, or automatic redirection.
Technical Features
Defining the Action in UI Design
Configuring Action Parameters
On a payment screen, when the user clicks the ‘Make Payment’ button, the bag should first be checked for existence. If the bag does not exist, the user should be warned or the action should be cancelled.
Configuration Steps:
Technical Risks and Precautions
The Bag Has Key action forms the basis of decision-making mechanisms in functions based on basket logic. When used correctly, it enhances the user experience and ensures that the system operates in a more controlled manner. It is one of the most commonly used controls, especially in ‘continue if available’ type flows.