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”
The post Adding the New Board view to a Microsoft/SharePoint List using PnP PowerShell/Power Automate (SPO Rest API) appeared first on Leon Armston's Blog.
Published on:
Learn moreRelated posts
Power Automate: Office 365 Outlook - When a new event is created Trigger
The "When a new event is created" trigger monitors your Outlook calendar in Power Automate. Learn about UTC gotchas, duplicate triggers, and t...
[REDACTED] message when turning on a Power Automate flow
We all like useful error messages. How about the [REDACTED] Message when you turn on a flow? In this post you will find the steps to fix this ...
Power Automate: Do Until Action
The "Do Until" action loops in Power Automate until a condition is met. Learn its limits, why it always runs once, and how to avoid runaway lo...
Use Inventory to find your Power Automate flow?
How often do you want to find a flow, but you can’t remember which environment you created the flow in? It can be quite a
Power Automate: reverse Function
Learn how to use the Power Automate reverse function to flip the order of items in an array. Includes examples with strings, objects, and sort...
Why you need the question mark operator in Power Automate expressions
Learn why the question mark operator in Power Automate prevents runtime errors when accessing properties that might not exist, and how to use ...
Power Automate – Analyze processes using object-centric process mining
We are announcing the ability to analyze processes using object-centric process mining in Power Automate. This feature will reach general avai...