Power Automate Approvals – Markdown or HTML?
If you have ever used a Power Automate (formerly Microsoft Flow) Approval action, you probably know the struggle of getting the body of the mail look great. Markdown isn’t only a terrible way of styling the details of your approval, it also doesn’t support all of the elements you may want to use. So, are […]
Using variables and collections in Power Apps
Power Apps gives you the ability to use variables within your Power App. This blog post will describe the different kinds of variables and how to use them. The three types of variables I’ll describe in this post are local variables, global variables and collections.
Enforcing file types in Power Apps attachment control
When using SharePoint to create list items with attachments, it does not allow you to enforce a certain file type (eg. PDF only). Even when using Power Apps, the attachment control does not provide you with an option to enforce this. This blog will describe how you can achieve that.