Skip to main content
Community site session details

Community site session details

Session Id : Iux0RN7yQwZ7wyM7NjY+51
Power Apps - Building Power Apps
Answered

Calling Stored Procedure inside Power Apps

Like (0) ShareShare
ReportReport
Posted on 12 Apr 2024 17:12:35 by

Hello,

 

I am using the preview feature for calling Stored Procedures directly in Power Apps.


I am using this feature so I can view SQl data in my galleries.

I have a SQL connection to our Microsoft SQL Server and was able to call the stored procedure I needed. But once I try to pull the table in Power Apps, it gives me an error. The table (Table1) should be embedded in the ResultSets, but it shows up as a question mark (?).

 

The data shows up in my app monitor, but just can't be accessed in the app.

 

What my data stored in a collection looks like (Should be a table under ResultSets column):

 

resultsets_error.png

App monitor shows data is retrieved successfully:

app_mon_data.png

 

Daniel Christian's Youtube video explaining the new feature

 

Categories:
  • Verified answer
    cc_robot Profile Picture
    on 15 Apr 2024 at 18:09:43
    Re: Calling Stored Procedure inside Power Apps

    I finally solved it. This is what my code is like for the collection:
    ClearCollect(Col_Name, Table(StoredProcedureCall.ResultSets.Table1));

    Then to pull the data into the gallery, you would need to use:
    ThisItem.Value.attribute_name

    Hope this helps.

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473