A Collection prototype is an additional container type that allows you to define multiple prototypes for a single Collection. This feature enables you to display elements from the same collection differently.
COLLECTION_PROTOTYPE
should be displayed. In the example below, the value can be “normal” or “recommended.”Defining the node action
selectedProduct
key.Adding the UI action
selectedProduct
.selectedProduct
key is how we expose the data from the Collection to the node action It is imperative that the name in the Collection Item Save Key is the same as the one used in the Data to send input in the node action.selectedProduct
):