Showing 4 Result(s)

Regex in Dataverse Search

In order to find the correct Dataverse record in App Service or any other application we often use Web API web service to perform HTTP requests with filters. But what is the filter value contains additional symbols? For example, mobile numbers can look like “+<country code><number>” or “+(<country code>)<number>” or contain additional spaces between digits. …

Inventory Management in PowerApps Canvas. Barcode scanner

While developing an app for inventory items for a non-profit, we decided to develop functionality with Power Apps Canvas. This low-code platform saved time on development and allowed you to start using the application in a few days. In this article, I want to share information about the inventory solution, some elements are universal, so …

Power Pages benefits. Part 2

In the first article, we learned how the Power Pages was created at the backend. Actually, there was no difference with Portal creation. So, in this part, we will go thru some benefits and differences between Power Pages studio and Power Apps Portal studio. When I tried to edit the Pages from make.powerapps.com- I got …

Adaptive Cards in PCF

In this article, I want to share how Adaptive Cards can be used in PCF controls. Adaptive Cards provide an easy render of text and input controls of different types. This functionality also includes the OOB validation before submitting, which will reduce the code volume and the time of development. One useful example is the …