Before boarding on a consultant’s assessment journey a company must 1st evaluate its requirements & business priorities. Relying upon whether a company likes to offshore a SharePoint site in-house, a…
Featured Posts
Popular Posts
Add HyperLink programmatically in WPF.
[code lang="c"] Label linkLabel = new Label(); Run linkText = new Run(“(” + displayName+ “)”); Hyperlink link = new Hyperlink(linkText); link.NavigateUri = new Uri(“http://url”); link.RequestNavigate += new RequestNavigateEventHandler(delegate (object sender,…
Latest Posts
Send Email using MSFlow On Button Click from PowerApps
In this article, I will explain how to send an email on button click from PowerApps through MSFlow. This article will help us in how to trigger a flow from…
Push Notification in Mobile for Email from Client
Prerequisites: An account with access to Microsoft Flow An Office 365 Outlook account The Microsoft Flow mobile app for Android, iOS, or Windows Phone Connections to Office, Outlook, and the…
Delete all files of a SharePoint library and send an email using Microsoft Workflow
Microsoft Flow is cloud-based software that allows creating an automated workflow. In this blog, we are going to create a Microsoft flow that will delete all files of a document…