Released version 22091

Introduction

Version 22091 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 Sep 06, 2022, and completed worldwide rollout on Sep 26, 2022.

New features

  • App makers can use the experimental ParseJSON functon to convert json strings into untyped objects. For more information see https://aka.ms/pfx-parsejson.

Fixes and improvements

  • 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.
  • Introducing named formulas in App.Formulas. Named formulas provide a simple way to reuse code and reduce Set and Collect calls in App.OnStart to improve app load time. For more information see https://aka.ms/pfx-named-formulas.