-
SQL Server Connector : Throttling Limits
Service Environment Operations Name Calls Renewal Period Power Apps Shared Environment All API calls per user 300 30 Power Apps Shared Environment All Concurrent calls per connection 125 – Logic Apps & Power Automate Shared Environment Native API calls per connection 500 10 Logic Apps & Power Automate Shared Environment CRUD API calls per connection…
-
All About SQL Connector Limitations
Power Platform talks to various data sources by using the connectors. Some connectors are standard and some are premium. Before using any connector, I highly recommend to review Microsoft’s Connector documentation to understand the latest updates with respect to the actions and triggers provided with the connections. Also, it is very important to understand the…
-
AI Builder Licensing
AI Builder is an add-on to Power Apps, Power Automate and Dynamics 365 License. NOTE: You can try AI Builder for free with trial after you have Power Apps, Power Automate or Dynamics 365 license. How to acquire and assign AI Builder License AI Builder license comes with buying AI Builder capacity. Once enough capacity…
-
Power App : AI Builder Architecture
If we see the history of AI, the Artificial Intelligence (AI) word was found back in 1956. Since then, so much of research was done to make it real. Few years back, AI was limited to universities and huge research centers. As the technology evolving rapidly, AI started involving in our daily life. We are…
-
Power Apps Disambiguation Operator @
While building Power Apps, sometimes we come across some Field names which are part of the data source and also same name used for a control or a new column added with AddColumns() function or a column within your collections, then Power Apps needs to identify which column we are actually referring to within you…
-
Track Power Automate execution with Workflow() function
Power Automate can be used to automate many repetitive tasks and also automate simple to complex business processes. When a Power Automate (flow) executes, with the provided user interface, we can see all the details of the execution. As the flow execution depends on its trigger and sometimes it is very hard to identify the…