Showing posts with label Power Fx. Show all posts
Showing posts with label Power Fx. Show all posts

Call Dataverse actions directly in Power Fx

Reference: 1 

As a part of the Power Fx language, authors can now directly invoke a Dataverse action within a formula. Both unbound and bound actions are supported. Authors can add a Power Fx Environment language object to their app and access Dataverse actions.

Change Record Status in Power Apps using Power Fx

 We want to change the status of a class record to "Inactive" when all courses associated with the class are completed by every participant.

Disambiguation operator in Power Fx

 Disambiguation operator in Power Fx

Reference 1 2 3

As operator in Power Fx

 As operator in Power Fx

Use the As operator to name a record in a gallery or record scope function, overriding the default ThisItem or ThisRecord. Naming the record can make your formulas easier to understand and may be required in nested situations to access records in other scopes.

A few controls and functions apply formulas to individual records of a table. To refer to the individual record in a formula, use one of the following:


Power Fx formula reference for Power Apps

 

Power Fx formula reference for Power Apps

Reference