I have created a reusable component (gallery) that has number of elements that can be turned off or on depending upon their specific use case. These elements contain formulas along the lines of CountRows(DataSource,ObjectParent=ThisItem.Object). Currently when I 'turn off' an element I am simply setting the elements 'Visible' attribute to false via a custom input variable.
My question: Does the element recalculate even if 'Visible' is set to 'false'? If yes, is there a more elegant way to stop the recalculation than simply adding a conditional to the formula itself (will still recalculate but can bypass the processing intensive portion)?
Solved! Go to Solution.
The formula will be recalculated. You need to use a conditional in the formula.
The formula will be recalculated. You need to use a conditional in the formula.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
52 | |
51 | |
36 | |
33 |
User | Count |
---|---|
283 | |
97 | |
90 | |
82 | |
77 |