web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

How to call a Dynamics 365 Action with Input parameters from Logic App or Microsoft Flow

Michael Ghebremedin Profile Picture Michael Ghebremedin 107

How to call a Dynamics 365 Action with Input parameters from Logic App or Microsoft Flow


On my previous post How to call Dynamics 365 Action from Logic App. I have described how to call an Action from a Logic App or Microsoft Flow. So you can refer that post to set up your configuration.

This post is going to be about calling an Action that has Input parameters from Logic App or Microsoft Flow. We are going to use the Http Request.

As a Sample Action we are going to create a global Action with 2 Input parameters,
  1. String
  2. EntityReference



After we have set up our Http Request with the proper Authentication we will call the Sample Action as follows



Parameters Inputs are passedunder the body, for any EntityReference the following entries are expected:
  1. type → “Microsoft.Dynamics.CRM.{{entity name}}
  2. id → Guid as string


Happy Coding :)



This was originally posted here.

Comments

*This post is locked for comments