How can I set item limitation query?

Hi,

I want to set item will be less than or equal 6 (item <= 6) on a column.
How can I set it?

Solved Solved
0 3 195
1 ACCEPTED SOLUTION

You can create a conditional rule for the Behavior > Only if this condition is true property of the Add system generated button for the Product table.

COUNT([Photos]) <= 6

View solution in original post

3 REPLIES 3

Hi, is the item a number field?

No, itโ€™s a list field. Here, are some screenshots,
In my Product table, I want to limit photos in 6 items. Therefore, it wonโ€™t take more than 6 photo items on its list.

You can create a conditional rule for the Behavior > Only if this condition is true property of the Add system generated button for the Product table.

COUNT([Photos]) <= 6
Top Labels in this Space