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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
193 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
246 | |
120 | |
82 | |
74 | |
69 |