Tag: PowerPlatformTip
-
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
-
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…
-
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
-
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
-
PowerPlatformTip 19 – ‘Resize files’
If you want to make large images smaller, you can use the ‘Upload file from URL’ action and the thumbnail output from the image file stored on SharePoint. If you want to see the overview above all #PowerPlatformTip – click here
-
PowerPlatformTip 18 – ‘Download & Save Files’
Use ‘Upload file from URL’ for public downloads and ‘HTTP Request & Create File’ for password-protected ones. If you want to see the overview above all #PowerPlatformTip – click here