Released version 22102

Introduction

Version 22102 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 Oct 10, 2022, and completed worldwide rollout on Nov 01, 2022.

New features

"No new features have been publicly disclosed as a part of this released version."

Fixes and improvements

  • The PDF Function expands support for non-latin characters.
  • App makers can use a new app setting to simplify tab index management. This improves accessibility and fixes tab navigation with Rating control and links in HTML text control.
  • ParseJSON: ForAll accepts untyped object directly, without Table(). No single-column table is created so JSON object fields can be directly accessed from ThisRecord without .Value. For more information, see https://aka.ms/pfx-parsejson.
  • Various improvements and bug fixes related to experimental Named Formulas feature.
  • Kind property of errors returned by the Sequence function changed to ErrorKind.InvalidArgument, to be consistent with the error scenario on other functions. Applicable to apps with the 'Formula-level error management' feature enabled.