Views:

Applies to Product -Power Apps


What’s happening?

  1. When switching between application tabs, the application refreshes unexpectedly, causing delays in loading data.
  2. Abnormal behavior in toggle controls affecting the main part of the application, where the toggle control appears even when it should not, leading to glitches.
Reason:
  1. The refresh behavior when switching tabs is by design, as confirmed by the product team.
  2. The toggle control glitch occurs when users attempt to edit a gallery with a dropdown selection, causing the toggle to be visible even when the dropdown is not selected. This affects both development and production environments.
Resolution:
  1. For the tab refresh issue, it is acknowledged that this behavior is by design. No further action is required unless a change in design is requested.
  2. For the toggle control glitch:
  3. Check the configuration of the toggle control and ensure it is set to only display when the dropdown is selected.
  4. Review the code logic for the toggle control to ensure it is functioning as intended.
  5. If the issue persists, consider reverting to a previous version of the application or re-adding the controls to the gallery.
  6. Monitor the application performance and user feedback after making adjustments.