Good day everyone. As usual, I am counting on your support to quickly solve this little problem.
I have created an app that allows users to post content in a repeating group. However, I do not want a user to have more than one post at a time. A user should be able to post once, until that post is deleted before that user can post again.
I have tried adding a yes or no field “status” to the “post” type, with a default value of NO. This status field will only turn YES after a user has posted.
Then I tried setting the post button to only work when status is NO. But it still doesn’t work.
Also I realized that even if that worked, a user that has previously posted and deleted might have trouble posting again.
Bottom line, how can I limit number of post per user in a repeating group?
Hi @ehijiagboneclement I think you should use a count condition, like when the number of posts is greater than 1, then it shouldn’t create a post, else create a post. I hope this might help you.
Thank you at @confluex. I need details on how to implement this. Here’s what I tried. I created a new field status with type number set to 1. and tried to the the following shown in the screenshots. But I am still not getting it. Where do I have to set this count condition?