Hello,
I have a working asset manager.
I have been in a different thread (https://powerusers.microsoft.com/t5/Building-Power-Apps/One-asset-containing-more-assets/m-p/1343061#M350070) trying to get a number of assets that are in the same location to appear when you search for a room asset number.
So far, when I enter a room asset into the search box, I see all of the individual assets that are in that room.
However, when I want to search for just the individual asset, it doesn't find it.
A user on the other thread said to create a collection using both the Room ID and the Individual Asset Tag and connect it to the search box, but I am not sure how to do this.
Any help would be appreciated.
Hi @HeronS98 :
You could try:
Filter(
YourAssetsTableNameHere,
RoomID = Textbox1.Text || AssetID=Textbox1.Text
)
Best Regards,
Bof
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional