Skip to main content
Community site session details

Community site session details

Session Id : rS0vaMcpS9QHn1AMqvL9kY
Power Apps - Building Power Apps
Unanswered

Check availability of Inventory Items in Sharepoint list from Powerapps

Like (0) ShareShare
ReportReport
Posted on 7 Feb 2022 21:45:43 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:
  • k-chops Profile Picture
    14 on 08 Feb 2022 at 14:40:45
    Re: Check availability of Inventory Items in Sharepoint list from Powerapps

    @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 !

  • RandyHayes Profile Picture
    76,287 Super User 2024 Season 1 on 07 Feb 2022 at 21:50:11
    Re: Check availability of Inventory Items in Sharepoint list from Powerapps

    @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.

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

Loading complete