I would like to hide the button if there is an element in my repeating group cell ( see blue zone). If there’s nothing in my repeating group cell, then I’d like to display the button.
On the reusable element that contains the repeating group, add a property of type number and label it repeating group count. Set the default value to the repeating group list of things count. On the page that has the reusable element and the button, add to the button a condition to make it not visible when the reusable element Property of repeating group count is greater than or equal to 1
Thank you for the explanation, the problem as I mentioned is that my button is not on the reusable element is on my dashboard page. So when I add the condition, he doesn’t find the RG
I understood that part, which is why I provided the solution quoted below from my original response…you may need to reread it a few times to follow it along, or try it in the editor
It does if followed properly. Share screen shots of what you have done based on the solution provided in the replies…most specially screen shot of the Property on the Reusable Element and the Condition on the Button.
Yes, I’ve started to organize my app with reusable elements and setting up this notion of properties isn’t always easy . But I’m starting to understand the principle and that’s a good thing because I find that the use of properties is undervalued/underestimated and still very little practiced.