Configurable properties
collectionSource: This property specifies the process key where a list can be found. It should be a valid array of objects.


Example usage
Here’s an example of configuring a Collection component to display a list of products:

Components within a collection use relative paths to the collection source. This means that wherever the collection is found inside the process data, the components inside the collection need their keys configured relative to that collection.



To send and display dynamic data received on the keys you define to the frontend, make sure to include the following data structure in your root UI element using Message parameters. For instance, if you want to include data for the 
processData key mentioned earlier, your configuration should resemble this:When do you need Collection Prototypes?
- Single layout for all items: If all items in your collection should display the same way, add one Collection Prototype and leave PIK/PIV empty
 - Multiple layouts based on item properties: If items should display differently based on their data (like the 
typefield in the example above), add multiple Collection Prototypes with PIK/PIV configured 
Collection prototype
Limitations
Forms in collections are not supported.

