Home > Apps for SharePoint

How to send an email through Visual Studio workflow in SharePoint Hosted App

Hello, In this article, I will show you how to send an email through Visual Studio workflow in SharePoint Hosted App, I am using VS17, We have seen we can send email using SharePoint Designer, Microsoft Flow, and RET API. Send an email through Microsoft.SharePoint.DesignTime.Activities.Email activity is quite old but I

This Article is TAGGED in , , , , , , , . Read more

Sort the PowerApps Data/Collection by Specific Column On Click

In PowerApps, we can use the SortByColumn functions to sort the Items/Table by specific column. We will run how to sort the table by specific column On button click. I have a sample Product SampleData excel sheet with below columns, which is hosted on OneDrive business. I have already created a basic PowerApp

This Article is TAGGED in , , , . Read more

How to Find and Change the deployment URL of a solution in a SharePoint Hosted App?

Recently I had faced trouble to find my SharePoint Hosted Add-in deployment URL because I want to deploy my Hosted App in another office 365 site. After some research, I have found the solution and want to share with all. How to find the Deployment URL? Select the project file in Solution Explorer

This Article is TAGGED in , , , , , . Read more

Create custom Client Side Web Part using SharePoint Framework (SPFx)

Hello everyone, in the previous article we saw Modern SharePoint and Modern SharePoint vs Classic SharePoint in SharePoint Online  now in this article, we will discuss the following points: Overview of SharePoint Framework (SPFx) Set up configuration Office 365 tenant app catalog site Set up configuration SharePoint Framework development environment Steps to build SharePoint client-side

This Article is TAGGED in , , , , , , , , , , , , , , . Read more

How to add external libraries and assets in SharePoint client-side web part

Hello everyone, welcome to my SPFx article series this my third article on SPFx. Here we will discuss how to add resources correctly in a client-side web part. First, we will see what kind of resources we add in a web part? Resources include images either a logo or icons, external

This Article is TAGGED in , , , , , , , , , , , , , , , , , , , , , . Read more

Deploy SPFx Client side web part in SharePoint Online

Hello everyone, in the previous article we see Client-Side Web Part using SharePoint Framework (SPFx)  now in this article, we will discuss deployment and package building solution process. Deployment Scope Before we deploy SPFx web part in SharePoint we need to choose deployment scope. There are two options are available in SharePoint are they Tenant scope Site Collection

This Article is TAGGED in , , , , , , , , , , , , , , , , , , , , , . Read more

Using CAML query show SharePoint list items for the previous and next week

In this post, I will show you how to filter the SharePoint list items for the previous week and next week from TaskDate, created by the current user. SharePoint list has the option to filter list from OOB under list view section, In this article, I will show you how can

This Article is TAGGED in , , , , . Read more

PowerApps send Push Notification

Hello everyone, welcome to my PowerApps series blog, in this blog we explore how to connect an app to PowerApps Notification, how to send a push notification from a flow or from an app. In PowerApps, we can send a push notification by PowerApps notification connector that helps to send a

This Article is TAGGED in , , , , , . Read more

How to connect Power Apps to SharePoint document library

Hello everyone, welcome to my PowerApps series blog, in this blog we explore how to connect an app to SharePoint document library. If you have gone through Microsoft PowerApps common issues and resolutions you see in point 20 it clearly mentioned that PowerApps support only SharePoint custom list but not a library.

This Article is TAGGED in , , , , , , . Read more

PowerApps send email notification

Hello everyone, welcome to my PowerApps series blog, in this blog we explore how to connect an app to Office 365 Outlook, available functions and how they can be used. Office 365 Outlook Office 365 Outlook connection helps you to show, send, delete, and reply to email messages.  You can add controls to perform

This Article is TAGGED in , , , , , . Read more