Size your Power Apps with Height and Width in SharePoint webparts
Sizing you apps in Power Apps isn’t any more complicated than setting the height and the width of the app. But tday I came across a situation where I needed…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about Microsoft Power Apps
Sizing you apps in Power Apps isn’t any more complicated than setting the height and the width of the app. But tday I came across a situation where I needed…
You can get some details of One on One chats in Microsoft Teams using the Microsoft Teams connector in Power Automate, but getting the actual details is slightly harder. Chats…
When you manage user accounts within Power Automate, you can user the Office 365 Users connector, but sometimes the Graph API can give you more possibilities. Office 365 Users Connector…
This is going to be a large series of posts about the Microsoft Graph API and the Power Platform. Introduction to the Graph API I often get asked questions about…
Yesterday I was asked on the chat here, if it is possible to use a multi-select dropdown in a form and then ask for each selected option some additional information.…
When multiple users edit data and you want your app to show real time data, you will need a multi user real time app. It isn’t a good idea to…
Do you use the App onstart to set a lot of variables? And then do you repeat this same within other places of the app to keep things up to…
Recently a new ParseJSON feature was added to Power Apps. ParseJSON is possibly one of the most complex functions available in Power Apps. in this post some help! ParseJSON Introduction…
A common requirement in Power Apps is to create a word based search on data in galleries. Step 1 – Basic search in Power Apps First of all I would…