Is it possible to do <each> only x times ?

Hi, is it possible to make loop only let say 3 times ?
I know i can make

<Each Count="3">
</Each>

but i want to display items so i have somethink like this :

  <Each Items="{data.products.products}">
</Each>

I want to display only 3 items of this array, but Count and Items don`t work together. How can i do it ?

Take a look at this thread

Cool! I will test is strait away :slight_smile: