Tag: PowerAutomate
-
PowerPlatformTip 35 – ‘Concurrent Control’
Use the ‘Concurrency Control Feature’ if u want: If you want to ensure that your flow is handled sequentially and avoid duplicates and conflicts in your data, use Power Automate’s “Concurrency Control” feature and set to 1. Avoid duplicates: Running multiple flows in parallel can lead to duplicates in your data. By setting this feature,…
-
PowerPlatformTip 34 – ‘PowerApps V2’
Use the “PowerApps V2” Trigger 👉 First, you can customize the connection used and run the flow with a service user, for example, making it more secure and manageable. 👉 Second, you can directly define the input type for the trigger, giving you even greater control over how your flow works. 👉 Third, you can…
-
PowerPlatformTip 31 – ‘Microsoft Power Platform: Learning Resources’
Are you looking to improve your Power Platform skills? Look no further than the “Microsoft Power Platform: Learning Resources” website! With resources for beginners and experienced users alike, this website offers a comprehensive range of information on administration, development, data integration, and more. If you’re a SharePoint user, there’s even a section dedicated to integrating…
-
PowerPlatformTip 29 – ‘ParseJSON Description’
When we use ParseJSON, we sometimes encounter a problem where there are multiple occurrences of the same name in the DynamicContent, making it difficult to determine which value belongs to which name. To solve this issue, you can use a simple trick: add another line after the Type with “Description”: “YOURDESCRIPTION” in the ParseJSON code.…
-
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
-
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 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