power platform

power platform

1636 bookmarks
Custom sorting
Guide: Working with SharePoint Listitem Attachments, JSON Arrays, HTML Fragments + more
Guide: Working with SharePoint Listitem Attachments, JSON Arrays, HTML Fragments + more
We've been helping lots of folk recently to build Flow's which extract SharePoint list item attachments and perform some form of processing, typically to convert to a single PDF document and share with a third party, or add to a records repository. The following tutorial is built around a very si...
·powerusers.microsoft.com·
Guide: Working with SharePoint Listitem Attachments, JSON Arrays, HTML Fragments + more
PowerShell scripts to discover PowerApps and Flows with specific features
PowerShell scripts to discover PowerApps and Flows with specific features
As the number of users, apps and flows in a tenant grows, it can be hard to manage what connections are being used by which apps and flows. Use the PowerShell scripts below, which are built with the PowerApps and Flow Administration module, to discover which PowerApps and Flows use specific features like custom connectors/APIs, … Continue reading “PowerShell scripts to discover PowerApps and Flows with specific features”
·powerapps.microsoft.com·
PowerShell scripts to discover PowerApps and Flows with specific features
Upgrade your previous version Common Data Service database, apps, and flows
Upgrade your previous version Common Data Service database, apps, and flows
Learn how to upgrade your previous version Common Data Service (CDS) database along with any canvas apps and flows that depend on it to the new CDS for Apps database. Or, delete your previous version CDS database and create a new empty CDS for Apps database.
·powerapps.microsoft.com·
Upgrade your previous version Common Data Service database, apps, and flows
SaveData and LoadData Unleashed
SaveData and LoadData Unleashed
Some big news! Or at least much bigger news. Canvas app SaveData and LoadData functions are now only limited by the amount of available app memory and local storage on a device. The previous limit of a few megabytes no longer applies. This is a huge improvement that will increase the stability of any app that … Continue reading “SaveData and LoadData Unleashed”
·powerapps.microsoft.com·
SaveData and LoadData Unleashed
January 2019 updates for Microsoft PowerApps
January 2019 updates for Microsoft PowerApps
<p>The team has been busy the last month shipping new features and fixes for you. You can view the weekly release information here https://aka.ms/PAWeeklyReleaseNotes . Che…
·powerapps.microsoft.com·
January 2019 updates for Microsoft PowerApps
Components Available in Preview
Components Available in Preview
<p>You’ve been through this before: you create a useful group of controls like a header. Then you copy and paste it on each screen of your app where it&#8217;s needed. But if you w…
·powerapps.microsoft.com·
Components Available in Preview
The comprehensive licensing guide to Microsoft Flow and PowerApps
The comprehensive licensing guide to Microsoft Flow and PowerApps
In 2006 I applied to work at Microsoft, in their Dublin, Ireland office. I was offered a job and moved immediately to Ireland from Finland. On my first day I was handed a respectable pile of paper by
·jussiroine.com·
The comprehensive licensing guide to Microsoft Flow and PowerApps
Microsoft PowerApps & Flow vs Enterprise Workflow
Microsoft PowerApps & Flow vs Enterprise Workflow
Microsoft® PowerApps & Flow are the Microsoft replacement to InfoPath & SharePoint Designer. Okay, that is a bit unfair to PowerApps & Flow, as both products address everything that users disliked abo…
·collab365.community·
Microsoft PowerApps & Flow vs Enterprise Workflow
Send form responses for approval | Microsoft Flow
Send form responses for approval | Microsoft Flow
When a new response is submitted, start an approval process. If approved, record the response as a new item in a SharePoint list.
·preview.flow.microsoft.com·
Send form responses for approval | Microsoft Flow
Send a flow as a copy
Send a flow as a copy
<p>It&#8217;s now possible to distribute flow templates inside of your organization by sharing copies of flows. Once you have sent out a flow, your colleagues can create it from their email,…
·flow.microsoft.com·
Send a flow as a copy
PowerApps – Send your data to Microsoft Flow with less parameters
PowerApps – Send your data to Microsoft Flow with less parameters
Within PowerApps you can send data to PowerApps using the Ask in PowerApps in dynamic content. This quite quickly means that you end up with a lot of parameters when you want to pass a lot of data to …
·veenstra.me.uk·
PowerApps – Send your data to Microsoft Flow with less parameters
New PowerApps preview feature – Components
New PowerApps preview feature – Components
Recently the PowerApps team released a new feature in preview – Components. I was really looking forward to the availability of this feature. An excellent reason to share my experience trying…
·powersweet.blog·
New PowerApps preview feature – Components
PowerApps – Experimenting with error handling
PowerApps – Experimenting with error handling
Within PowerApps there is an experimental feature that could be quite useful. Note that you shouldn't use this in a production app unless you don't mind being disturbed while you are on holiday. Formu…
·veenstra.me.uk·
PowerApps – Experimenting with error handling
Generating Reports Using Word Documents And Flow
Generating Reports Using Word Documents And Flow
The new “Populate a Microsoft Word template” action in Flow that was released last week got me thinking: apart from the obvious mail-merge applications, this could be used to build reports in Word! He…
·blog.crossjoin.co.uk·
Generating Reports Using Word Documents And Flow
PowerApps – Expressions in PowerApps
PowerApps – Expressions in PowerApps
Within PowerApps there are many expressions, all these expressions are nicely listed in alphabetical order. This can be useful if you know what you are looking for but if you don’t know what …
·veenstra.me.uk·
PowerApps – Expressions in PowerApps
Canviz Gives Back To The PowerApps Community
Canviz Gives Back To The PowerApps Community
Canviz is excited to be part of the growing PowerApps community and we're doing our part to help foster it's growth. Learn more about our contributions.
·canviz.com·
Canviz Gives Back To The PowerApps Community
Generate Word documents in your flows
Generate Word documents in your flows
The new Word Online (Business) connector lets you work with Word files in document libraries supported by Microsoft Graph to generate files from templates and create PDF versions of files.
·flow.microsoft.com·
Generate Word documents in your flows
More Regular Expressions for Canvas apps
More Regular Expressions for Canvas apps
<p>For regular readers of this blog, you may recall a blog post by Carlos Figueira on working with SQL server time values. In it, Carlos used the Mid, Find, Substitute, and other functions…
·powerapps.microsoft.com·
More Regular Expressions for Canvas apps
On-premises data gateway management in the Power platform admin center
On-premises data gateway management in the Power platform admin center
<p>We are excited to launch the public preview of the Data Gateway feature on the Power platform admin center; This feature provides tenant admins with visibility into all On-premises data gatew…
·powerapps.microsoft.com·
On-premises data gateway management in the Power platform admin center
New CDS capabilities for Canvas apps enter Preview
New CDS capabilities for Canvas apps enter Preview
<p>For the last few months we have been rolling out new features for Canvas apps when connected to the Common Data Service for Apps: One-to-Many relationships Option sets Many-to-Many relationsh…
·powerapps.microsoft.com·
New CDS capabilities for Canvas apps enter Preview
How to bulk update records in PowerApps
How to bulk update records in PowerApps
<p>A lot of you would have come across a scenario where you want to bulk update records. Maybe you are taking some images and want to upload them all at once. Or you want to flip the flags withi…
·powerapps.microsoft.com·
How to bulk update records in PowerApps
Delegation of Aggregate functions for CDS
Delegation of Aggregate functions for CDS
Sum, Min, Max, and Average functions in Canvas apps are aggregate functions that can reduce a large amount of data down to a single value. For example, Average could be used to find the average age of a class of students using Average( Students, Age ). These functions can also be used with the Filter function … Continue reading “Delegation of Aggregate functions for CDS”
·powerapps.microsoft.com·
Delegation of Aggregate functions for CDS
January connector improvements and new releases
January connector improvements and new releases
<p>This week we have improvements to the Microsoft Flow and PowerApps connectors for Microsoft Planner and Office 365 Outlook, as well as two new connectors: <a href="https://flow.micros…
·flow.microsoft.com·
January connector improvements and new releases
No Code Column Formatting in SharePoint – NEW
No Code Column Formatting in SharePoint – NEW
There’s a new wizard based, easy user interface for column conditional formatting in SharePoint Online!! That means you don’t have to know JSON code in order to do some conditional formatting on your …
·wonderlaura.com·
No Code Column Formatting in SharePoint – NEW
Data Integrator Updates – New features with an intuitive user interface providing a fluent experience
Data Integrator Updates – New features with an intuitive user interface providing a fluent experience
This is a Preview announcement of new features and UI enhancements in the Data Integrator for Common Data Service for Apps Important Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback. We expect changes … Continue reading “Data Integrator Updates – New features with an intuitive user interface providing a fluent experience”
·powerapps.microsoft.com·
Data Integrator Updates – New features with an intuitive user interface providing a fluent experience