Skip to main content

Notifications

Community site session details

Community site session details

Session Id : Rz9rljjJjFvaehX5aW/CQH
Power Apps - Building Power Apps
Unanswered

How to search multiple item (Char10)

Like (0) ShareShare
ReportReport
Posted on 14 Mar 2025 11:39:19 by 317
Hi All,
 
Im trying to see if its possible to search/filter through 4 SP list with a collection see example below
 
 
user entry 5 items in search box
 
ClearCollect(
    ColMultiItems,
    Split(
        TextInput2.Text,
        Char(10)
    )
);
 
 
With this collection i need to filter through 4 SP list
 
 
Combined SP list 
 
ClearCollect(
    ColNEgal,NETHAllocation
);
ClearCollect(
    ColNWgal, NWTHAllocation
   
);
ClearCollect(
    ColSEgal, SETHAllocation
);
ClearCollect(
    ColSWgal,
    SWTHAllocation
);
ClearCollect(colAllGallLoc,ColNEgal,ColNWgal,ColSEgal,ColSWgal);
 
Thank you 🙂
 
Categories:
  • moerah Profile Picture
    317 on 14 Mar 2025 at 14:17:44
    How to search multiple item (Char10)
    @Jacqui Muller Thank you for the reply 
     
    Yes, will need to use the large collection as it has all four locality 
     
    i just dont know how to filter with multiple item i can do it with one item and use startswith function to search cant do it for multiple hope that makes sense
     
    thank you 😊
  • Jacqui Muller Profile Picture
    46 on 14 Mar 2025 at 13:16:05
    How to search multiple item (Char10)
     
    I hope you are well.
     
    Do you need to know which list it is from? Is it possible to use the large collection and search from there? 
     

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

Thomas Rice – Community Spotlight

We are honored to recognize Thomas Rice as our March 2025 Community…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community

Announcing Our 2025 Season 1 Super Users!

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

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,508 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,431 Most Valuable Professional

Leaderboard
Loading complete