Author: MA Microsoft Techy

How to get Tenant ID using the SharePoint Online App Principal Page?

How to get Tenant ID using the SharePoint Online App Principal Page

Loading

In this “How to get Tenant ID” article, we will learn how we can get a Tenant ID using the SharePoint Online App Principal (“appprincipals.aspx” ) page. Using the client ID and Client secret we can generate the Tenant ID from the postman tool – but that process is complicated, in this article In 4

Continue reading

Power Automate Scheduled Flow to Move Files in SharePoint Online

Move Old documents in SharePoint Automatically using Power Automate Scheduled Cloud Flow

Loading

In this “Power Automate Scheduled Flow” article, we will learn how to move old documents in SharePoint online automatically to another site using the Power Automate scheduled cloud flow step by step (or move old documents in SharePoint automatically using scheduled cloud flow). Power Automate Scheduled Flow Power Automate, formerly known as Microsoft Flow, is

Continue reading

Types of Flows in Power Automate: Instant Cloud Flow (3 Ways To Make a Flow)

Types of flow in Power Automate

Loading

Instant cloud flow is one of the three ways to make a flow from the different “Types of Flows in Power Automate”. Sometimes we need to perform some repeating tasks manually. In this scenario, we can create an instant cloud-type flow that gets triggered manually as needed and complete the tasks quickly. To be noted,

Continue reading

How to Create Custom Site Template in SharePoint Online

How to create custom site template in SharePoint Online

Loading

In this article, we will learn how to create custom site template in SharePoint Online step by step. Custom site templating is very essential while you are managing your tenant sites where you want to maintain a consistent look and feel for your company – whenever you create a new site use the custom site

Continue reading

Get tenant id using PowerShell: How to get Tenant ID using Azure PowerShell?

How to get Tenant ID in office 365 step by step

Loading

In this “Get tenant id using PowerShell” blog, we will learn how to get Tenant ID in Microsoft 365 using the Azure PowerShell command very quickly. While we do programming or app development in Power Platform or if you want to expose your application outside your tenant which can be consumed by the third party

Continue reading

[Fixed]: The term Connect-AzAccount is not recognized

How to fix “Connect-AzAccount - The term 'Connect-AzAccount' is not recognized as the name of a cmdlet, function, script file, or operable program.

Loading

In this PowerShell troubleshooting article, we will learn how to fix the error “The term Connect-AzAccount is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.” We will get

Continue reading

[Fixed]: Server Error in ‘/’ Application. Runtime Error in SharePoint

Fixed - Server Error in - Application. Runtime Error in SharePoint

Loading

In SharePoint, sometimes, we may get this error “Server Error in ‘/’ Application. Runtime Error”. When we try to access any of the SharePoint sites, including the central administration site, we will get the below error description: Server Error in ‘/’ Application. Runtime Error Description: An application error occurred on the server. The current custom

Continue reading

Best way PowerApps bulk update using ForAll patch function – 3 Steps

How to perform bulk update operation in SharePoint list using ForAll patch function

Loading

In this PowerApps Tutorial for Beginners (PowerApps bulk update using the ForAll patch function) tutorial, we will learn how to update bulk records at a time using the PowerApps ForAll patch function in the SharePoint list. In this demo, we will show how we can insert or update multiple records to the SharePoint list using the

Continue reading

PowerApps repeating section data to SharePoint list step by step tutorial

PowerApps repeating section data to SharePoint list - Demo

Loading

In this PowerApps Tutorial (PowerApps repeating section), we will learn how to create a repeating section in PowerApps and save data to the SharePoint list. Earlier, in InfoPath form, we had repeating table control for multiple line items, similarly, in PowerApps we have the gallery control to save the multiple line items. In this demo, we

Continue reading

In 2 steps read PowerApps toggle control value instantly

Read PowerApps toggle control value - demo

Loading

In this PowerApps Tutorial, we will learn how to read PowerApps toggle control value and what is PowerApps toggle control in PowerApps. What is PowerApps Toggle control? Toggle control is a switch control that the user can turn on or off by moving its handle – this returns either true or false based on the

Continue reading