Category Archives: Microsoft PowerApps

Building Custom Connectors for Power Apps and Power Automate Flows – Part 1

Custom logic has until now and still being developed mostly as plugin or workflow assemblies. If you wanted to extend the default behavior of the platform on certain actions like create or update record, you developed either a plugin or workflow and then had to use the Plugin Registration Tool to register this on the… Read More »

How to get additional column values in PCF Dataset Control using addColumn()

Introduction In our previous blog, Create Configurable PCF Dataset control using Property-set and Property we asked users about which attributes they would like to visualize. Similarly in this blog, we’ll see how to programmatically get the record value in the context along with the other column values. In the previous blog we have seen how… Read More »

Option to change Data type to AutoNumber for existing Text fields now available with the new maker experience for Power Platform!

Back in the old days, we had to write custom plugins to auto-generate code values to automatically assign sequential numbers to records being created. To overcome this issue of having to generate unique values at all times through custom code and to support the auto generation of a codes based on a given seed and… Read More »