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

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Call Pluginin from Action

(0) ShareShare
ReportReport
Posted on by 180

Hello,

 

How can I call plug-in from Action? Can someone tell me complete steps ?

Later I will call Action from power automate .

 

Thanks,

 

 

I have the same question (0)
  • Ram Prakash Profile Picture
    5,576 Super User 2025 Season 2 on at
    Re: Call Pluginin from Action

    Hi @Shafdev 

     

    1. Create an Action as Bound or UnBound

    2. then in Plugin Registration tool instead of Giving Message name and Table Name Provide the Action name

     

    Else in the Plugin try using below code for the same

    // Calling the Action - 

    OrganizationRequest req = new OrganizationRequest("ACTION NAME");

    //parameter:

    req["PARAMETER1"] = "This is a test operation for using Actions ";

    req["Target"] = new EntityReference("TARGETLOGICALNAME", TARGET.Id);

    //execute the request

    OrganizationResponse response = service.Execute(req);

     

    The above code depends based on Bound or Unbound Action

     

    That's it 🙂

     

    Ping me if you need any help

     

    Please mark as Answer if it is helpful and provide Kudos


    Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
    Blog : https://microsoftcrmtechie.blogspot.com

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 819 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 308 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 222 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics