Selection and filtering in Fluent UI DetailsList
Recently I got my hands on Fluent UI component called DetailsList. It is pretty handy component to show tabular data. There are many options how you can cuso...
Recently I got my hands on Fluent UI component called DetailsList. It is pretty handy component to show tabular data. There are many options how you can cuso...
I want to write a follow-up for one of my previous posts Remove variables from apply to each action. I have been using this technique quite a lot and run int...
Lately, I got my hands on Power Apps Power Query Dataflows. It is a pretty handy tool for migrating, transforming, and importing data. I suggest you to try i...
The only way how to achieve proper application lifecycle management (ALM) in Power Platform is to deploy everything through a managed solution. This is espec...
Using variables inside your flows can be quite handy. You can store data in them, update the data, and append it to string or array variables. There is one s...
Recently, I encountered a case where I needed to send a Follow up via Power Automate Flow, to automatically notify users about pending Approvals. Let’s take ...
In our last post, I explained how to make a business rule based on related business process flow.
In some of our projects where we synchronize data from other systems, we use the upsert operation, since we keep the same primary ID of the record. After rev...