Latest News

A collection of news articles from sharepains

returned 17 related articles for sharepains

It is time to win! Nearly 1000 blog posts on SharePains.com

In the last 15 years, I’ve nearly written nearly 1000 blogs posts about Microsoft technology. So, it is time for a competition. Why SharePains.com? Since that first blog post I’ve continued writing about the challenges that I had with Microsoft technology. Sometimes I found bugs that needed a workaround. However quite often my posts are […]

Wednesday, June 19, 2024 2:32:00 PM

Set SharePoint Item-Level Permissions using Power Automate

In this post I’m going through the steps to update SharePoint Item-level permissions using Power Automate and The SharePoint Rest API. Item-Level Permissions Within the Advanced settings of a SharePoint list, the Item-Level Permissions the default settings are Read all items and Create and edit all items. You might however sometimes want to switch this […]

Tuesday, June 11, 2024 3:01:58 PM

Fast performing nested galleries with Named Formulas in Power Apps

For a long time it has been struggle to have nested galleries when you have high volume of data. But not with Named Formulas in Power apps. Nested Galleries In the below example you can see how we have two nested galleries. One gallery will show some data and the nested gallery will show data […]

Tuesday, June 11, 2024 11:40:48 AM

Code after the navigate function in Canvas Power Apps

Within Canvas Apps it is quite common to navigate from one screen to another screen. During app health checks I often find code after the navigate function. Is this a good idea? Or do we need to be careful? The Navigate Function The navigate function can be used when you want a user to click […]

Wednesday, June 5, 2024 12:34:43 PM

Make use of Dataverse Views in Canvas Apps

When you create model driven apps you would expect to create Dataverse views to display your data, but how about Canvas apps? In this post an easy way to create a dropdown to control your data in your galleries. Dataverse Views Within Dataverse we can create tables and for Tables we can create views, that […]

Monday, June 3, 2024 9:11:05 AM

Do until in the new Power Automate Designer

The new Power Automate designer is getting a lot of negative attention. There are however a quite a few improvements in new SharePoint Designer. The Do Until step is one of those improvements in the new UI. Do Until In the classic UI, I’ve seen many used the Do Until often in combination with variables […]

Wednesday, May 29, 2024 9:15:23 AM

Preferred solution in the Power Platform

Recently Microsoft released the preferred solution feature in Power Apps and Power Automate. But how does the Preferred solution configuration work? Solutions Before we look at preferred solution it is important to understand what solutions are. Where in the past you might have gone to Apps, Flows or Tables in the Power apps or Power […]

Tuesday, May 21, 2024 12:23:29 PM

Is it time to switch to the new Power Automate Designer UI?

I have been hesitant to move to the new Power Automate Designer UI, but is it maybe time to give that new UI a new try? New Power Automate Designer UI Recently I posted a poll trying to find out how many people actually use the new UI. With only 6% of people actually using […]

Thursday, May 16, 2024 8:22:15 AM

When a file is created or modified trigger in the new Power Automate Designer

When you use the When a file is created or modified trigger in Power Automate you had no control over how often the flow would check for new items. With the new Power Automate Designer that is now changing! When a file is created or modified trigger The When a file is create or modified […]

Wednesday, May 8, 2024 1:20:48 PM

The Header Control in Power Apps

In this post I’m looking at the modern Header control available Within Power Apps Modernizing your apps? How many apps have been developed within Power Apps over the last few years? How often do you review your older apps? Just have a look at the screen templates. Where in the past you might have had […]

Friday, May 3, 2024 4:07:14 PM

Version history in Power Automate flows

When you create flows in solutions in Power Automate using the new Power Automate Studio, then you will have noticed the new Version history option. In this post all the information you need to get started with version history in Power Automate. Safe draft If we update our flow and then save a draft before […]

Friday, April 26, 2024 1:10:47 PM

Introducing 8 AI Functions for Dataverse in Power Apps

Recently Microsoft added AI Functions to Dataverse that can be used in Power Apps. In this post all the steps needed to take advantage of these AI functions. AI functions available in Power Apps The AI options available to use increase every day. AI Builder is just one of the options. Within Power Apps there […]

Wednesday, April 24, 2024 10:48:14 AM

Copy and paste Scope steps in the new Power Automate Designer

One of the outstanding issues with the new Power Automate Designer is Copy and Paste for Scope steps and other steps that can contain multiple actions. Copy and Paste in the new designer Even though Copy and Paste has been around in the classic editor forever as a preview feature. It does hep a lot […]

Wednesday, April 17, 2024 10:09:05 AM

Receive the available storage within your SharePoint Online tenant

Within the SharePoint admin centre there is that little detailed overview, telling you the available storage out of your total storage. But how do you get that without visiting the SharePoint Admin Centre every day? Retrieve the available storage using PowerShell The PowerShell script to get the storage is actually really simple: This will return […]

Tuesday, March 26, 2024 2:32:28 PM

Options for Documenting Your Power Apps: Comments, Code, and Controls

Within Power Apps there are various ways to document your app. In this post I’m looking at comments in Power Apps Options to documenting your code in Power Apps As part of my day job at Vantage 365 I do a lot of health checks of apps and flows. This often means that I’m looking […]

Wednesday, March 20, 2024 4:28:59 PM

2 ways to duplicate SharePoint Lists to support your Power Apps

Recently I’ve been asked quite a few times to duplicate SharePoint lists as part of creating a Development, Test and production environment in Power Apps. PnP PowerShell Whatever you want to do to SharePoint, PnP PowerShell is often the quick way of doing things. Especially if you want to undertake the same thing. One of […]

Monday, March 18, 2024 11:36:53 AM

Update a Hyperlink Column in SharePoint with Power Automate

Today, I was asked about how to create a lookup to a document or item in a SharePoint form. Sometimes a slightly different solution, using a Hyperlink field can do the trick. Lookups in SharePoint So I created a lookup column and then in the SharePoint Details form. This would look like this: Not too […]

Thursday, March 14, 2024 5:13:52 PM