We are going to connect to Dynamics 365 api , get a list of contacts using Web Api using a token First thing we need to do is, resister an app in azure active directory Go to portal.azure.com >Azure Active Directory … Read More
Azure
Logic app convert GMT to ddMMyyyyHHmmss
A simple function to convert GMT standard time to ddMMyyyyHHmmssconvertFromUtc(utcNow(),’GMT Standard Time’,’ddMMyyyyHHmmss’)
Tags: Azure, Logic Apps