Released version 3.21122

Introduction

Version 3.21122 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 December 13, 2021, and completed worldwide rollout on January 24, 2022.

New features

No new features are reported in this update.

Fixes and improvements

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

  • Errors passed to the Switch function were being ignored (swallowed) - now they are returned by the function itself. Only applicable for apps with the 'Formula-level error management' feature enabled.
  • Fixed bug in the chaining operator (;) where it was not returning errors for some types of operations. Only applicable for apps with the 'Formula-level error management' feature enabled.
  • Fixes a crash when users click on an email address link in the Field Service public preview on Windows.
  • Minor performance improvement for modern Fluent UI controls in variable height galleries.
  • Runtime errors that are not handled by the application will now be shown to the user as a notification banner. More details on https://aka.ms/powerapps-errornotification. Only applicable for apps with the 'Formula-level error management' feature enabled.
  • The filter function ignored errors returned by its predicates - errors will now be returned in the result table. More details at https://aka.ms/powerapps-filteranderrors. Only applicable for apps with the 'Formula-level error management' feature enabled.