Posts

Showing posts from October, 2020

DLP Policy

Image
DLP Policy are desinged to protect you company data,  allowing you to deside which connector can make with on another in power apps & flows in your environment,  and which connectror completly blocked and can't be used add on. If you are trying to connect from business to not busiess connections, you will get below error. Create a DLP Policy: Settings Admin Center (Power Platform Admin Center) Policies Data Policies (Create) By default all connectors are in Non-Business section. which connector you want for you app /  environment you can move into Business section. On perticular if you want to do configuration. Click on Connector and do configure connector. DLP editor: If you want to move connector from non-business to business. You should check, Whether that connector asiolate with anyother connectoer. If you move without checking the connection will be removed.

Interview Concepts

Image
Canvas App: Create a App: make.powerapps.com Apps New Apps Canvas Types of controls: Input Display Media Icons Charts Layouts Mixed Reality AI Builder Connectors: Connector is nothing but Software component. Connector can communicate Powerplatform to another application. Types of connectors: Standard Custom Premium Delegation Warning: Delegation in Power Apps is the process of retrieving data from a data source on an as-needed basis.  Instead of pulling in all records at once,  Power Apps retrieves records as requested,  which is essential for performance and efficiency when dealing with large data sets. By default it will read the data upto 500 Records But we can extend up 2000 records. in Item property list of users Where the title Property ( StartWith , EndsWith , Containt ) Delegable vs. Non-Delegable Queries: When working with data in Power Apps,  Delegable queries are those that the data source can handle on its own, such as filtering records.  . Non-dele...