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 / Pass Model Driven App ...
Power Apps
Answered

Pass Model Driven App Main Grid reference to Java Script on Click of a Custom Button

(0) ShareShare
ReportReport
Posted on by 1,133

I am trying to get a reference to my Main Grid through a JS script written on a new command of the Main Grid command bar. "SelectedControl" is the parameter I am passing to JS. I got the below code for this.

 

RameshMukka_0-1705399545245.png

 

 

function ExportWithLogos(gridContext){
 var grid = gridContext.getGrid();
 var fetchXMLStr = gridContext.getFetchXML();
 console.log(fetchXMLStr);
}

 

Somehow it doesn't work and throws the error gridContext.getFetchXML is not a function. What's wrong here?

 

Thanks,

Ramesh Mukka

Categories:
I have the same question (0)
  • Verified answer
    rameshmukka Profile Picture
    1,133 on at

    The below code has helped. I was using the wrong function here for FetchXML. It has to be FetchXml.

     

    function ExportWithLogos(gridContext){
     var grid = gridContext.getGrid();
     //console.log(gridContext);
     var fetchXMLStr = gridContext.getFetchXml();
     console.log(fetchXMLStr);
    )

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard