User Defined Types in Power Apps
Recently I already mentioned Named Formulas and User Defined Functions in my posts. Today I'm looking at User Defined Types.
Recently I already mentioned Named Formulas and User Defined Functions in my posts. Today I'm looking at User Defined Types.
After my post about Encrypting Rich Text fields in Power Apps that store their data in SQL server now the promised decryption code in this pos...
Recently I have done a lot of work with SQL Stored Procedures in Power Apps. But what do you do if you want to have some fields encrypted in y...
This is a typical post on a Friday afternoon, about weird date handling in Power Apps. But understanding this issue will help in many situatio...
As part of my SharePoint connector series, I had a look at the When an item is created and the When an item is created or modified triggers in...
With connectors in Power Apps we can collect 2000 items at a time when we read data from lists and libraries. However with SQL Stored Procedur...
Recently I have spoken with quite a few organisation who are interested in Microsoft 365, about business critical applications developed in Mi...
Quite a few of my recent posts have been about named formulas in Power Apps. In this post I’m going through some of the best practices. ...
Yesterday, I needed to compare the values of two collections with people records. In this posts the details on how to compare multi-select peo...
A new feature in Power Apps is SQL Stored Procedures that can be called directly form the Power App. This will give you an UnTypedObject, but ...