Posts

Showing posts from July, 2020

Power Automate: Working with Microsoft Graph API and Teams Connector

Image
In this video you will learn the basics of the Microsoft Graph API, how to use Graph Explorer, register an application to use Microsoft Graph in Azure Active Directory, and build a simple flow that will use the Teams Connector and Graph API to list a set of tabs in a Teams channel.    Other topics covered are: compose and HTTP actions, using the compose action as an alternative to variables, using the filter array action to filter the results in a JSON payload.  References: Microsoft Graph: https://graph.microsoft.com    Credits:  Creative Minds - Bensound - Royalty free music at https://www.bensound.com To check out my YouTube channel visit: https://youtube.com/user/mgomezb1 LIKE AND SUBSCRIBE!!! Until next post! MG.- Mariano Gomez, MVP

Power Automate: Calculate Soundex of a word with a flow

Image
In this video, I will be showing you how to use Power Automate to calculate the Soundex value of a word using a flow. This calculation uses the American standard algorithm, but can be adapted to support other algorithms developed for the English language.   In building the workflow you will learn how to use the Scope ,  Compose , and  Append To String  actions, the Do Until and If Then control structures, along with the substring() , replace() , add() , and mult() functions. Please leave your comments below. References: Wikipedia Soundex entry - https://en.wikipedia.org/wiki/Soundex Downloads: Power Automate Cookbook: Click here To check out my YouTube channel visit: https://youtube.com/user/mgomezb1 LIKE AND SUBSCRIBE!!! Until next post! MG.- Mariano Gomez, MVP