-
I want to allow 3 child entries per parent entry. In that case, the “Add” action is hidden once the child entries are 3.
-
When using the IsPartOf, I want to limit only 3 new entries. So, hide the "NEW button, once 3 entries have been added as partof
-
Enable/Show the delete action only if the number of child entries are more than 3
Check the answer from your original post…
[Limit the number of child entries](https://community.appsheet.com/t/limit-the-number-of-child-entries/9513/9) Questions
Then you would need to add a slice (read_only) and create the second Ref_Rows virtual list for that slice. Hide the original virtual list column when COUNT([Related child records]=1 and show this additional virtual list column. It will hide that “New” button.
1 Like
Nice Workaround. It has partially solved problem 1 and 3
For problem 2, when I reach the 3 child entries using the IsPartOf, the nested form completely disappears, which makes it difficult to check them