Hello @lavishvasuja,You have taken the index in the v-for, so you can use it to set a variable to build a unique ID:<sly data-sly-set.itemId="item-${index}"></sly> Then you can call the resource:<sly data-sly-resource="${itemId @ resourceType='constellar-core/components/title'}"></sly>you can try th...