In this blog I am explaining how to get all uses form SharePoint group using Name and Id with RESTGet All Users from Groups Name"_api/web/sitegroups/getbyname('" + groupname + "')/users/"Get All Users from Groups ID"/_api/web/sitegroups/GetById(" + groupID +")/Users"Suppose If you getting Groupe Name from textbox and in will contain special character such as "&" or you can use the Group-id...
Thursday, November 30, 2023
Wednesday, November 29, 2023
How to use Power Automate Object Variable

As you all know in the power automate you can find the variable type as object in this blog I am explaining how use Power Automate Object VariableIn above figure shows that I have initialize the Object Type variable for configuration the variables for live and development sites keys and URLs....
Monday, November 13, 2023
DocuSign e Signatures using in Power Automate

Introduction DocuSignDocuSign is a cloud base eSignature web application which is simplify the document base signature approval process electronically. Does DocuSign work with Power Automate?In this post I would like to introduce the using the DocuSign eSignatures in the Power Automate. When considering...