Author Archives: Pankaj

Unknown's avatar

About Pankaj

I am a Developer and my linked profile is https://www.linkedin.com/in/pankajsurti/

Ignite 2020 Digital Breakout Sessions

Click on the Session code for Video. Click on the PPT to download the PowerPoint deck. Video & PPT Title DB115PPT Be prepared for what’s next: kick start your cloud migration DB126 PPT Microsoft Cloud for Healthcare: Empowering health organizations … Continue reading

Posted in Ignite2020 | Leave a comment

Ignite 2020 Pre Recorded Sessions

Session Code Title OD200 Introducing Dynamics 365 Customer Voice: Deeper insights. Better experiences. Stronger relationships OD212 Conversational AI powered Customer and Employee Virtual Assistants OD217 Real-time analytics and BI using Azure Synapse Link for Azure Cosmos DB OD219 Running mission … Continue reading

Posted in Ignite2020 | Leave a comment

How to auto trigger item modified event on a large list using Power Automate?

Problem I have a large list (named ‘URL2SiteOwnersEmailList’) and want to run an item modified event to all items using Power Automate. This item modified event can trigger a workflow to do some actions on each item. Step by step … Continue reading

Posted in Power Automate, Uncategorized | Leave a comment

How to add carousal effect adaptive cards in Bot Framework Composer response for an array object result?

Problem statement I had a requirement to show the following data returned from the JSON output in the Bot Framework Composer. Solution In the send response action here are the Adaptive card related response texts for the above array object. … Continue reading

Posted in Uncategorized | 1 Comment

How to copy multi choice field in Power Automate?

Problem: I have two lists with the same columns. When I use the Create Item action to copy an item from the Source list to the Target list I am not able to get a multiple choice column to populate … Continue reading

Posted in Power Automate | 1 Comment

How to send as a one email for multi people field in Power Automate?

Initial Setup Create a list ‘TestFlow’ with a Title and a People field SecondarySiteOwners. Note: Make sure you set the Allow multiple selection Create a Flow will the Item Added event trigger 1: Add an action to initialize a String … Continue reading

Posted in Power Automate | 1 Comment

How to put a trigger condition to your trigger in Power Automate?

Problem Definition: Usually we have Triggers such as “Item Added or Modified” for a list or library. This is a first action in your workflow. Now assume that there is “WaveStatus” field in your list. You want a condition in … Continue reading

Posted in Power Automate | Leave a comment

How to quickly deploy PnP component to your demo tenant?

Before you want to develop anything on SPFx component (Webparts or Extensions) I suggest check out two following links on the PnP Open Source. Look/find for the component which meets your need “as is” or if you want to extend … Continue reading

Posted in Uncategorized | Leave a comment

How to do the SPFx CICD using GitHub Actions?

Summary Use following very simple steps to get any PnP SPFx web part or extensions to your tenant using Github Actions. I recommend use the following two links to get any sample code. https://aka.ms/spfx-webparts https://aka.ms/spfx-extensions Prerequisite is that you have … Continue reading

Posted in SharePoint | Leave a comment

How to add a file to SPO using REST API?

Here is the PowerShell code for it. Note: To get client id and secret use the following link. http://www.ktskumar.com/2017/01/access-sharepoint-online-using-postman/

Posted in SharePoint, SharePoint 2010, SharePoint 2013 | 1 Comment