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 / Fill a ListBox with da...
Power Apps
Unanswered

Fill a ListBox with data from SQL server stored procedure

(0) ShareShare
ReportReport
Posted on by

Hi,

I'm trying to load a ListBox from data I get from an SQL server procedure.

I've tried:

  • Having the procedure call to my screen OnVisible function and store it to a local variable, and set the list Items to this variable: 
    Screen OnVisible:
    UpdateContext({_comment: "",_datePicked:_dateSelected,
    _passengers: getRidesOfDay.Run(_datePicked, carComboBox.Selected.Value)
    });
    ListBox Items=[_passengers]
  • Set the ListBox Items property directly with the procedure:
    getRidesOfDay.Run(_datePicked, carComboBox.Selected.Value)

    I'm getting the error: "Behavior function is a non-behavior property. you can't use this property to change values elsewhere in the app"

 

Is there a way to fill the ListBox from the stored procedure?

If my procedure returns a list of entries with two values for each item, should I treat this differently?
(I've tried to search for it without success in this forum and other places)

Categories:
I have the same question (0)

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 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard