PowerApps Delegation
Delegation is a very important concept that you have to understand, especially when you will be working with large data sets in PowerApps. First, let’s know that “delegate” means to assign tasks to someone else.(Here power app will delegate data processing to data source) What is PowerApps Delegation? In PowerApps when you are working with the data sources (Dataverse(CDS), SQL, SharePoint, etc…), the data processing tasks are assigned to data sources rather than done by PowerApps itself. This is called PowerApps Delegations . Delegable Data Sources: Delegable data sources mean the data sources that process data logic in a similar to PowerApps does. Not all the data sources support all the functions of PowerApps. Delegable data sources: Common Data Service (CDS) also called as Dataverse SQL Server SharePont Delegable functions Not Delegable: When we working with large data some function will not work(not Delegable), it will give you a warnin...