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 197
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
Top Labels in this Space