Hiding a Button Based on Row Count in Subgrid for Power Apps Portal
Introduction
The ability to display or hide buttons based on the number of rows in a subgrid can be quite a useful feature in Power Apps Portal. This article will elaborate on two scenarios:
- When the button redirects to a webpage
- When the button targets a basic form
We will also introduce a reusable function checkSubgridAndHideButton
that can be used for any subgrid and button.