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 / Check availability of ...
Power Apps
Unanswered

Check availability of Inventory Items in Sharepoint list from Powerapps

(0) ShareShare
ReportReport
Posted on by 14

Relatively new to powerapps and flow and am struggling with a specific use case that I am hoping someone here can assist with.

 

I have a sharepoint list that is used as a master inventory list for rental equipment. it is set up with an availability column that displays Available, reserved, in use, etc 

 

I am building a power app to be able to reserve/request equipment and I want the user to be able to tell if the equipment is available before requesting it. to accomplish this I am hoping to have a button within the form datacard for the "itemtype" (column that separates the equipment into smaller categories) so that which ever they have selected for example 'skis' or 'ski poles' for them to be able to click the button and that button check the list and return the number of 'Available" items from the list. snip of my list for reference.

2021-11-02 20_46_31-Qui Gon Jenn - Discord.png

 

any and all assistance is greatly appreciated!!!!

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @k-chops 

    This can be accomplished with the GroupBy function.

    Ex.

    GroupBy(Filter(yourList, Available.Value="Available"), "ItemType", "_items")

    This can be used as the Items property for a Dropdown where the user can select the Item type.

    A second dropdown, combobox, Gallery, listbox, etc can be used to display the available items.  For that the Items property would be:  yourFirstDropdown.Selected._items

     

    I hope this is helpful for you.

  • k-chops Profile Picture
    14 on at

    @RandyHayes  Thank you for this info, I will try it tomorrow and get back to you if this is the solution I am looking for !

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 638

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard