Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
[This topic is pre-release documentation and is subject to change.]
Low-code plug-ins can add business logic to your apps using the Power Fx expression language and directly integrate with Dataverse business data and external data through Power Platform connectors. With low-code plug-ins, you can quickly build rich workflows without any code.
Important
Low-code plug-ins support many of the Power Fx operators, variables, and formulas. For more information about Power Fx, go to these articles:
The following table lists the Power Fx formulas that work but have limitations or don’t work but have an alternative for use with low-code plug-ins.
Power Fx formula | Supported in plug-ins? | Limitation or work around |
---|---|---|
Collect | Yes | Requires the variable to exist and the variable type to match what you’re trying to set it to. |
Defaults | No | Use Collect instead. For example, instead of Patch(account, Defaults(account), {“Account Name”: “Example Account”}) use Collect(account, {“Account Name”: “Example Account”}) . |
For information about the formulas supported with low-code plug-ins, go to Formula reference- Dataverse plug-ins.
Formulas not currently supported with low-code plug-ins
Clear
ClearCollect
Update
UpdateIf
SortByColumns
Concurrent
DropColumns
AddColumns
IsEmpty
SetFocus
IsType
JSON
Download
PlainText
RemoveIf
GroupBy
SetProperty
RenameColumns
Search
ShowColumns
UTCNow
UTCToday
Validate
Weekday
As
Calendar
Choices
Clock
Select
Notify
Errors
HashTags
ISOWeekNum
WeekNum
Refresh
SaveData, LoadData, and ClearData
Form-related formulas (EditForm, NewForm, SubmitForm, ResetForm, and ViewForm)
Device sensor formulas (Acceleration, App, Compass, Connection, and Location)
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreTraining
Certification
Microsoft Certified: Power Platform Fundamentals - Certifications
Demonstrate the business value and product capabilities of Microsoft Power Platform, such as Power Apps, data connections with Dataverse, and Power Automate.
Documentation
Streamline app development with low-code plug-ins in Microsoft Dataverse - Power Apps
Guide to crafting low-code plug-ins in Microsoft Dataverse
Example Dataverse low-code plug-ins - Power Apps
Examples of Microsoft Dataverse low-code plug-ins
Tips when working with low-code plug-ins in Microsoft Dataverse (preview) - Power Apps
Describes tips and known issues when working with low-code plug-ins in Microsoft Dataverse