-
Recent Posts
- How to fix Azure Function App Deployment Error with Flex Plan and Storage Key Restrictions? October 30, 2025
- How to Authenticate and Query Azure Digital Twins using PowerShell? September 10, 2025
- How to Authenticate and Query Azure Digital Twins Using REST Client? September 10, 2025
- How to find the SharePoint Site is shared with “Everyone except external users”? May 29, 2025
- How to build Custom engagement hub channel for Copilot Studio? May 15, 2025
Recent Comments
Niro on How does the MS Graph “S… PC M on How does the MS Graph “S… Nikos Skatz on How to hide welcome message fo… VirEl on How to export Data Loss Preven… Arik on How to find all associated Pow… Archives
- October 2025
- September 2025
- May 2025
- October 2024
- June 2024
- May 2024
- April 2024
- January 2024
- October 2023
- August 2023
- July 2023
- June 2023
- May 2023
- February 2023
- January 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- February 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- October 2018
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- June 2014
- March 2014
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2011
- December 2010
Categories
- Azure
- Build 2022
- Build 2023
- Build2020
- Cricket
- DLP
- Docker
- EntraID
- Exchange Online
- Facebook Developers Info
- FHIR
- Ignite2020
- MOSS 2007
- MS Graph
- PnP.PowerShell
- Power Apps
- Power Apps
- Power Automate
- powershell
- SharePoint
- SharePoint 2010
- SharePoint 2013
- Technical Stuff
- Uncategorized
- Windows 8.1
- Windows 8.1
Meta
Author Archives: Pankaj
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