“This feature update also allows authors to work with untyped object fields for both inputs and outputs, On the input side, for instance, many Dataverse actions require an untyped object as an argument. You can now pass these arguments in by using ParseJSON to convert a Power Fx record into an untyped object.”
The feature update mentioned in this summary enables Power Fx to directly call Dataverse, resulting in improved performance and ease of use for direct transactional reads and updates. Additionally, the update allows for working with untyped object fields for both inputs and outputs, which is useful for Dataverse actions that require untyped objects as arguments or return untyped objects. To use this feature, you can convert a Power Fx record into an untyped object using ParseJSON for input, and you can access returned objects’ properties for output. This feature is not limited to Dataverse and works for all connectors, providing ad-hoc dynamic schema support.
Call Dataverse actions directly in Power Fx | Microsoft Power Apps
16 hours ago — We are excited to announce direct access to Dataverse actions in Power Fx formulas as an Experimental release. As a part of the Power Fx ...
Plan and prepare for the new and upcoming features of Microsoft Power Platform and Dynamics 365.
Microsoft Dynamics 365 Power Platform Community Training by Microsoft MVP World Class Experts in Business ... Call Dataverse actions directly in Power Fx.
Power Fx is a declarative language, just as Excel is. The maker defines what behavior they want, but it is up to the system to determine and optimize how and ...