Released version 23022

Introduction

Version 23022 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 Feb 13, 2023, and completed worldwide rollout on March 06, 2023.

New features

  • This feature allows Power Apps authors to use untyped objects both for input and output to actions. Customers need to enable the ParseJSON feature (feature switch) to fully access untyped object properties.

Fixes and improvements

  • For consistency and clarity, enumerations such as Color no longer allow unqualified access. For example, to use the red enumeration value, formulas have to specify Color.Red - explicitly using the Color qualifier.
  • Named formulas which reference variables now appear in the variable use list.
  • Formulas using bracket notation with records no longer result in a table with a Value column containing a record, but rather become a table of those records directly. Existing formulas will be updated to maintain compatibility.
  • Improved reporting of runtime errors in the Power Apps Monitor.