Author: Marcel Lehmann
-
PowerPlatformTip 28 – ‘Fast tips’
Get your #PowerPlatform tips lightning fast! No need to search for the URL. Simply add ‘.de’ to your known ones: – make.powerapps.com.de – make.powerautomate.com.de If you want to see the overview above all #PowerPlatformTip – click here
-
Global Power Platform Bootcamp 2023 – Zürich
Presentations – YouTube Playlist Presentations – PDF/PPTX Event-Schedule Presentations – YouTube Playlist Presentations – PDF/PPTX Vahid Doustimajd – Maximizing Power BI’s capabilities through Automation with Power Automate Christof Riedel – Accessibility in Canvas Apps Bernd Kretzschmar – Intelligente Automatisierung mit Exception Management Mélanie Wey – Custom Page Popup in Model Driven App Marcel Lehmann –…
-
PowerPlatformTip 27 – ‘Overwrite existing files ‘
Don’t let duplicates confuse you in SharePoint if u use ‘Create File’ and want to overwrite existing files with the same name. Just head to settings and enable it.-> With the OneDrive for Business Connector, this is already a standard feature! If you want to see the overview above all #PowerPlatformTip – click here
-
PowerPlatformTip 26 – ‘Microsoft Cloud Skills Challenge’
Check out the Microsoft Cloud Skills Challenge! Enhance your skills in cloud computing, work through learning modules, exchange ideas with peers, and be eligible for 50% off Microsoft Certification exams. A great opportunity for your career goals. International: https://developer.microsoft.com/en-us/offers/30-days-to-learn-it German: https://www.microsoft.com/de-de/techwiese/events/cloud-skills-challenge.aspx#herausforderungen If you want to see the overview above all #PowerPlatformTip – click here
-
Optimize Teams-Specific Filtering for Improved App Management within a Centralized PowerApps
By default, you do not get information about which team the app was published to or where it is running. Now, if you need to publish an app to multiple teams and display team-specific content, as well as manage and customize the app from one location, you need a Plan B. There are two ways…
-
PowerPlatformTip 25 – ‘Weekly tips, insights and updates’
Looking to up your Power Platform game? Subscribe to ‘Power Platform Dev Weekly‘ & ‘Power Platform Weekly‘ for weekly tips, insights and updates on the latest developments in the Power Platform world.
-
PowerPlatformTip 24 – ‘Merge arrays or tables’
Sometimes you may want to merge two arrays, including duplicates. Using the union function will merge the arrays, but it will only keep unique values. A simple trick to accomplish this is by concatenating the arrays and then getting the duplicates. split( concat( join(outputs(‘Compose_-_2_arrays’)?’array1′],’||’), ‘||’, join(outputs(‘Compose_-_2_arrays’)?[‘array2’],’||’)), ‘||’) If you want to see the overview above…
-
‘Merge Images in PowerApps without Flow or Code Components’ from Martin Lehmann
I am so proud to present you an amazing component for PowerApps from my talented brother Martin! Gone are the days of struggling with third-party tools or PowerAutomate to add notes or drawings to existing images. Martin’s component makes it all so simple. You can easily overlay multiple images, make notes, and save the final…
-
PowerPlatformTip 23 – ‘Filter Blank’
If you filter a gallery in #PowerApps e.g. by textinput, dropdown or combobox, and you want to show ALL elements when the selection is empty, then just use this formula after your filtering: ‘ || isblank(YOUR FILTERINPUT) ‘ If you want to see the overview above all #PowerPlatformTip – click here
-
PowerPlatformTip 22 – ‘Change Fill & Color’
There are 2 ways to change the colors of an app if you haven’t used a modified template: ReplaceAll Theme If you want to see the overview above all #PowerPlatformTip – click here