Using Content snippets in javascript code on Entity Form Dynamics 365 Portals

In this post, I will be showing how to use a snippet in your javascript code. A powerApps Portal content snippet, using programming terms, is like a static global readonly variable that can be re-used anywhere within your code.

Create a content snippets in your PowerApps portals, make the type an HTML

Continue reading “Using Content snippets in javascript code on Entity Form Dynamics 365 Portals”

Using the Http Request connector in Power Automate

Trying to expose records in dynamics to an external? , we can achieve this using power automate. In this example, the Power automate flow  will look like this :

The first trigger is “When a HTTP request is received” , create a sample schema and make the method post. A url is generated, this is the url we would call a POST method using postman:

Continue reading “Using the Http Request connector in Power Automate”