Microsoft Syntex – Structured Document Processing Model – Important Updates

The Microsoft Syntex AI model type Structured Document Processing model (previously known as Forms Processing) has had some significant updates which were launched as part of Microsoft Syntex. In my opinion the biggest update is Structured Document Processing models now allows models to be reused across libraries and sites.

Continue ReadingMicrosoft Syntex – Structured Document Processing Model – Important Updates

New **PREVIEW** Power Automate Action: Generate Document Using SharePoint Syntex

I've just spotted something very exciting in my M365 tenant a new PREVIEW action in Power Automate & Azure Logic Apps for Syntex content assembly. This enables users to generate personalised documents in a workflow using SharePoint Syntex Content Assembly and this opens up the doors to the whole bulk document generation story from a workflow! This is very exciting news and one that I'm sure will be very popular! The only way previously to create documents using Syntex content assembly was from a document library and only one document could be created at a time - so there was lots of mouse and keyboard clicking!

Continue ReadingNew **PREVIEW** Power Automate Action: Generate Document Using SharePoint Syntex

Adding the New Board view to a Microsoft/SharePoint List using PnP PowerShell/Power Automate (SPO Rest API)

Today some people who are running targeted release on their M365 Tenant have been able to add the Board view to new and existing Microsoft/SharePoint Lists. I wanted to automate this creation of the Board View and following on from a previous blog post I did where I created a Modern Calendar on a list. I realised to add board view it followed the same pattern – using SharePoint Rest API. Through using the Edge Developer tools I figured out the JSON & Rest call required and that the view type was ViewType2: “KANBAN”

Continue ReadingAdding the New Board view to a Microsoft/SharePoint List using PnP PowerShell/Power Automate (SPO Rest API)

Extract All Table Data (Rows) In A Form Using SharePoint Syntex

One of the most exciting new features I have used recently is the ability to train SharePoint Syntex forms processing to extract rows of data from a table where the row count is variable. Before you could not extract table data from a form where the number of rows was variable and the table size varied. Read on for a guide on how to implement this in your organisation.

Continue ReadingExtract All Table Data (Rows) In A Form Using SharePoint Syntex

Office 365 Management API (M365 Audit Logs) with Logic Apps & Power Automate – including Pagination

In this blog I will show you how to retrieve M365 audit logs with Azure Logic Apps & Power Automate including the logic to handle Pagination for very large tenants (number of results returned limited to prevent response timeouts). I provide instructions and templates for both Azure Logic Apps and Power Automate so you can install in your tenant today.

Continue ReadingOffice 365 Management API (M365 Audit Logs) with Logic Apps & Power Automate – including Pagination

Office 365 Management Activity API with Power Automate – Part Three

Get audit logs, filter by workload and then write the logs to a SharePoint list Overview This post is a continuation of the blog article Office 365 Management Activity API…

Continue ReadingOffice 365 Management Activity API with Power Automate – Part Three