Line breaks in PowerApps multiline inputs and Flow approval comments
When using PowerApps multi-line text inputs, behavior on line breaks is not always consistent. You may have also noticed that your Microsoft Flow approval comments will not (always) return line breaks. In this blog, I will explain you the how-and-what about line breaks in PowerApps and Flow.
Securing your HTTP Request trigger in Microsoft Flow
With Microsoft Flow, you can start a Flow with REST by using the ‘When a HTTP request is received’ trigger. Since the HTTP endpoint generated by Flow is not secured, practically anyone with the (guessed) HTTP Post URL can trigger your Flow. In this blog, I will explain how you can secure this trigger to […]
Handling SharePoint lookup and people fields in PowerApps
PowerApps gives you the opportunity to extend your SharePoint lists so that it can give just that much better experience for your users. However, there are still some things that need a little bit extra attention, such as lookup and people fields. In this blog, I will explain how you can use these field types […]