Tag Archives: SharePoint
Generating “Request Files” link in SharePoint with Power Automate for Anonymous Users to upload files in specified folders
Scenario I recently got involved in a project where the client, an educational institution, needed us to facilitate a way for parents of students to complete an online information form and attach various documents, all anonymously, without requiring usernames, passwords, Microsoft account or Microsoft 365 accounts. The organization had Microsoft 365 accounts for its staff…
Microsoft Syntex: Enablement, Model Types and Licensing
Microsoft Syntex is Microsoft’s AI-based tool that promises to revolutionize the way organizations manage content and information. With its advanced capabilities in content understanding, classification, and automation, Syntex enables businesses to extract valuable insights from their data and streamline their processes. In this article, we will explore how you can enable the power of Microsoft…
I am speaking about Microsoft Syntex at MSFarsi Talk
It was around early September when I got to know Hamid (Microsoft MVP) and Mohsen. Considering my experience in founding and managing the Persian SharePoint Community and also my interest in the Microsoft community, I joined the Microsoft Farsi team as a co-organizer and speaker. MSFarsi is a Microsoft Learn official group that supports by…
How to Get SharePoint Multi-Select Choice Column Values in Power Automate
Today we will learn how to get SharePoint multi select choice column values in Power Automate and use it to create a new item in another SharePoint list. As you may know, it is easy to get the values of a simple choice column value in Power Automate, but when you are supposed to get…
A Practical Scenario on How to Call a Flow from another Flow in Power Automate
In this post, I am going to explain a practical scenario includes calling one flow from another flow, formatting column, filing a Word template and converting a file to PDF using Power Automate. Scenario: Our client has an on-premises SharePoint marketing site and wants to migrate it to SharePoint Online. The challenging part of this…
How to display data from multiple SharePoint lists using PnPjs and DataTables in CEWP
In this article, we will learn how to use PnPjs to get data from multiple SharePoint lists and display the collected data in a jQuery Datatables in SharePoint 2013/2016/2019 or online without a SPFx webpart. You will also learn how to filter data in PnPjs and also group items with count in DataTables. What is…