Tag: PowerPlatform
-
PowerPlatformTip 40 – ‘Delete Apps / Flows’
Are you struggling with a cluttered work environment filled with old test apps and flows? Fear not! In this blog post, we will share a practical, step-by-step guide on how to efficiently delete solutions and clean up your workspace. Step-by-Step Guide: First, ensure that there are no dependencies from other solutions, including connection references. Export…
-
PowerPlatformTip 39 – ‘FetchXML’
Have you heard of Fetchxml for Dataverse queries in Power Automate?🤖 Fetchxml is a 🚀powerful query language for complex Dataverse queries, and with the ModelDrivenApp or DataVerse Views, you can create it quickly!🛠️ One of the key advantages of Fetchxml is its ability to fetch data from related tables simultaneously. This means you can obtain…
-
PowerPlatformTip 38 – ‘Data Refresh’
📊🔄 The data in the PowerApp, e.g. in the gallery, updates automatically when changes are made, which are written directly from the PowerApp to the underlying data source. ⏰💻💪 🔍🔄⏰ Manually refreshing using the “Refresh” function can take forever and negatively impact performance, as all data is loaded into the app (not just the updated…
-
PowerPlatformTip 37 – ‘Table to JSON’
Are you a frequent user of Power Automate and often come across two-column tables, such as those with ‘Name’ and ‘Value’ columns? If you want a simple way to select individual entries within those tables, look no further! We’ve got a straightforward trick for you that’ll make your Power Automate experience even smoother. Follow these…
-
Upgrade Your Forms Experience: See Why This PowerApps and Power Automate Solution is the Ultimate MS Forms Alternative!
I’m delighted to present the MVP0 of our innovative project, which you can download here. (You can find the setup instructions for this there as well.) The While I’ve thoroughly tested it and resolved significant concerns, I kindly ask for your understanding if you encounter any bugs. Rest assured, ongoing improvements, adjustments, and expansions are…
-
PowerPlatformTip 36 – ‘Static Result’
👨💻💡 If you’re testing Power Automate Flows and want to avoid certain actions, check out the “Static Result” feature! This powerful tool ensures consistency in your workflow results by returning a static result without executing the action. 🚫⏰ 🙌 Whether you’re working with data that needs to remain unchanged or just want to save time…
-
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 33 – ‘Coalesce’
To use the Coalesce function in #PowerApps and #PowerAutomate allows you to return the first non-blank value from a list of parameters. This means you can simplify your formulas and reduce the amount of nested If statements needed. You can see also here a Video about that: PowerApps Coalesce Function – Return non blank values from Shane Young…
-
PowerPlatformTip 32 – ‘GroupBy’
Do you create dropdown or combobox lists that depend on other lists, such as categories, subcategories, and additional subcategories? If so, check out this tip to keep your performance optimal! Instead of loading everything multiple times, load all the data only once and always reference it using GroupBy. This way, you’ll avoid using DISTINCT and…