When do I choose Model-Driven Power Apps? YniasFebruary 24, 20230424 views Introduction If you’re new to Microsoft Power Apps, you may be wondering whether to build a canvas app or a model-driven app for your business needs. While both types of… Read more
How to bulk delete records in Dataverse YniasFebruary 2, 20230347 views Introduction When you have a lot of data*, it is convenient when you don’t have to delete it manually but with a few clicks. In this post, I describe how… Read more
How to provide additional logging in your Flow YniasJanuary 11, 20230516 views Introduction Once you have created a flow, you just often don’t have enough control over it. You want insights, notifications when something goes wrong and maybe even quick summary info… Read more
How to mail collections YniasJanuary 6, 20230406 views Introduction To send a mail through a canvas app, you can use the connector Office365Outlook and function SendEmailV2(). Using this feature to send an email with some text and a… Read more