Released version 3.21115

Introduction

Version 3.21115 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 6, 2021, and completed worldwide rollout on January 17, 2021.

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.

  • Added error context to many math / trigonometric functions - if invalid values are passed to it, the app can now get detailed error information. Only applicable for apps with the 'Formula-level error management' feature on.
  • Changes via setSelectedRecordIds and clearSelectedRecordIds are persisted across page navigation for dataset code components.
  • Enabling custom page to custom page navigation passing a record using the Param function
  • 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 Trace function where it had an error when using the scope variables of IfError or App.OnError in its custom record argument.
  • If the SubmitForm function was wrapped in an IfError function, part of the error was not being properly exposed - this is now fixed. Only applicable for apps with the 'Formula-level error management' feature enabled.
  • Improved validation of custom page Navigate function to only accept other custom pages
  • WebAPI calls via code components interface are now supported for custom pages at runtime.