Use natural language too — try queries like How to connect Dataverse to Power Pages, Build a Copilot Studio agent with SharePoint, or Power Automate email parsing examples.
AI-style search

Hiding Add New Item in SharePoint 2010

Add the below code in Content Editor/Html form web part in SharePoint 2010 and save the page.

<style>
 td.ms-addnew { display:none; } 
</style>

No comments