Share via


Released version 23014

Introduction

Version 23014 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 Jan 23, 2023, and completed worldwide rollout on Feb 13, 2023.

New features

Fixes and improvements

  • Arithmetic operations with date values (such as Today() + 1) now have a Date type, not a DateTime - the runtime value is unchanged. This reverts a change that was made late last year.
  • Removed type restrictions for conversions for untyped objects. For example, Text(ParseJSON("{""a"":1}).a) used to be an error (1 is a number), but now it works. For more information, see https://learn.microsoft.com/power-platform/power-fx/untyped-object.
  • Fixed the issue where the Param function was not working while launching Windows App from another app or web player.
  • Touch inputs will now have sufficient target size (Mobile Only) (A11Y).
  • Fixed the issue where the App was not loading after fixing connections. (Mobile Only)