Tag: SharePointWeek

SharePoint document review in Outlook or Teams
SharePoint document review in Outlook or Teams
Blog Posts

Recently I already wrote about Microsoft 365 across applications that can be run in either Teams, Office (Microsoft 365) or Outlook. Since version 1.16 now it is also possible to develop and host those applications in SharePoint with SharePoint Framework (SPFx). So let’s dive into another sample application and see how this can be realized with either… READ MORE

Customize Modern SharePoint List Forms using JSON
Customize Modern SharePoint List Forms using JSON
Blog Posts

We usually use SPFx or Power Apps to customize the forms in SharePoint online. This article will show how you can customize an out-of-box SharePoint list form using JSON. You don’t need to customize the form using SPFx or Power Apps. Some simple JSON can be used to customize the header, footer, and body of… READ MORE

Filter Query with {VersionNumber}
Filter Query with {VersionNumber}
Blog Posts

The SharePoint Get Items action in Power Automate is very useful. One of the configuration options is the usage of the Filter Query field. In this article I will show you how to filter on the {VersionNumber} in this action in a Power Automate flow. Inspiration This question from angelsansev: I’m trying get files with… READ MORE