Released version 3.22041

Introduction

Version 3.22041 for Power Apps is now available in all regions. This article describes the updates, including the new features, and the fixes to existing functionality, which are included in this update. This version was first made available in preview on April 04, 2022, and completed worldwide rollout on April 25, 2022.

New features

  • Added Index function to Power Fx in Canvas apps. Now you can reference a specific record within a table by its position, eliminating the need to use the Last( FirstN ( ... ) ) pattern. http://aka.ms/power-fx-index.

Fixes and improvements

The following list details issues in Power Apps that are now resolved or updated.

  • For apps with the experimental feature 'Formula-level error management' enabled, the ForAll function now return an error if the formula returns an error for any element of the table. For more details, see https://aka.ms/powerapps-forallanderrors.
  • Added string interpolation to Power Fx in Canvas apps. String interpolation enables expressions to be embedded within a string, providing a more concise alternative to using the & operator and concatenate for dynamic strings. https://aka.ms/power-fx-si
  • Mixed Reality - renamed the 'View in 3D' control to '3D object' to better reflect what the control is used for and to align to other control names.
  • Fixed minor performance issue where screens with multiple components and galleries were taking extra time to resolve rule scopes.
  • Fixed performance issue where screen initialization with multiple canvas components may take a long time due to duplicated rule execution.
  • Fixed performance issue where using Set() or UpdateContext() to set same primitive values were causing dependent rules to run unnecessarily.