I want to display data from collection using a repeater, but I want to connect elements in each three item/container to different fields in a collection. Like as we can change background of each item. is it possible through repeater or there is any other solution.
1 Like
Hello,
Note that any change you make to the template of one item is automatically reflected in all the items. Therefore, you only need to work in one repeater item (including data connections).
More information you can find in the following article: About Displaying Database Content in a Repeater
You can just create a similar layout using other elements (text box, container box, image, etc.) and connect the relevant fields to it.