Tag: PowerPlatform
-
PowerPlatformTip 21 – ‘Use Triggeroutput’
Inform flow starter of success/provide info/handle errors. Use trigger condition for the trigger-user-mail: triggerOutputs()?[‘headers’]?[‘x-ms-user-email’] If u want some extra info, just use (like in the pic) triggerOutputs()?[‘headers’] If you want to see the overview above all #PowerPlatformTip – click here
-
PowerPlatformTip 20 – ‘Change Flow-Owner’
PowerAutomate allows you to change the owner of your flow directly, but this feature is only available within a solution and can be accessed through a slightly hidden menu. If you want to see the overview above all #PowerPlatformTip – click here
-
JSON Objects as a Switch – Power Automate & Expressions from Damien Bird
Very exciting overview of how to easily use an object instead of a switch for the output of data. Also the idea to make the content dynamic in this way gives new suggestions for other use cases. You can see this video here on my blog because I have rated this video with 5 stars…
-
Discover the #PowerAddicts Secret Weapon: Some Tips and Tricks that Simplify Your Life! (in progress)
In December 2022, I started sharing valuable tips and tricks as part of the #PowerPlatformTip series. My original plan was to post 15 tips in 15 days, but I found so much useful information that I plan to regularly update the list for Power Platform enthusiasts. #PowerApps = #PowerAutomate = Topics PowerPlatformTip – ‘Community’ PowerPlatformTip…
-
PowerPlatformTip 15 – ‘try-catch-finally’
Use ‘try-catch-finally’ in #PowerAutomate to handle failures. Here’s an official template to use for every flow: https://buff.ly/3hM27cA
-
PowerPlatformTip 14 – ‘Template Screens’
Often I get the request to create an app that can either “send mail”, “make appointments” or “show calendar” among other things. You have created this in a few seconds: USE THE TEMPLATES, which you can then customize as needed.
-
PowerPlatformTip 13 – ‘PowerApps4Teams in make.powerapps.com’
If you use #PowerApps4Teams you know how annoying the creation can be. Just copy the environment ID and the app ID. Then from an app URL in edit mode just replace the environment ID and the app ID and now you can edit the app there too. You could also save this Bookmarklet to generate the url.…
-
PowerPlatformTip 12 – ‘Components for PowerAutomate’
Everyone talks about Code Components – here’s my tip for #PowerAutomate. Use a scope, put all the things in it and ‘Copy to my clipboard’. Save it where you want and when you need it just ‘CTRL+C’ & ‘CTRL+V’ (in ‘My Clipboard’)
-
PowerPlatformTip 11 – ‘trigger condition’
Often the flow should start only with certain inputs. For this, you can store a trigger condition. So that this is also written correct, I use the trick with ‘Filter array’ ⇾ it’s also possible to connect different conditions
-
PowerPlatformTip 10 – ‘Use all variables in PowerApps’
Often only variables with ‘SET’ and ‘UPDATECONTEXT’ are used in #PowerApps, but there are other possibilities you can use. e.g.: – with – param Here you can find an overview of the 5 variables: The Big 5 (Variables / Parameters) in PowerApps