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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Call Pluginin from Action
Power Apps
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 Duraisamy Profile Picture
    5,699 Super User 2026 Season 1 on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard