-
Create a button to launch a Flow
You can use column formatting to create buttons that, when selected, run Flows on the corresponding list item.
-
I asked Microsoft Copilot, Is SharePoint…?
SharePoint stays relevant in the AI era with Copilot integration. Microsoft enhances SharePoint with Large Language Models, Microsoft Graph data, and new content creation tools for efficient collaboration. It enhances content management, deepens engagement through integrations, and offers a flexible, evolving platform for tailored user experiences and custom applications.
-
What are SharePoint Content Types?
A brief description of SharePoint Content Types.
-
Using SharePoint REST API to GET List properties: ListItemEntityTypeFullName
To find the ListItemEntityTypeFullName property for a SharePoint List, use REST API calls with either the List ID or ListName in the URL. Append “?$select=ListItemEntityTypeFullName” to get the property specifically. For detailed information, consult Microsoft’s guide on working with lists via REST.
-
Hide or show fields in New or Edit forms
Microsoft has made it easier to customise “modern” SharePoint Online Lists and Libraries Forms natively. But what do you do if you need to managing a “classic” Form or the edit for option is just not available?