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 / Use "in" or "exactin" ...
Power Apps
Unanswered

Use "in" or "exactin" with numbers

(0) ShareShare
ReportReport
Posted on by 29

Hi,

Here is my code :

 

SortByColumns(
 Search(
 Filter(
 'Liste membres';
 ID in LookUp('Liste d''inscrits par sorties';
 DateValue(Date) > DateValue(Today())
 ).Title
 );
 TextSearchBox1.Text;
 "{Name}";"Pr_x00e9_nom"
 );
 "{Name}";
 If(SortDescending1;Ascending;Descending
 )
 )

 

 

With 'Liste membre' = {ID;Nom;Prenom,Title...} and 'Liste d'inscrits par sortie'={ID membre, Date}.

In liste membre, ID = 0 for row 1; 1 for row 2...

In liste d'inscrits par sortie; ID membre = 0;1;3;15... for row 1, 0;37;18... for row 2 etc.

 

I want to search every row where ID appears in ID membre, the issue is that for powerapps 1 in 13 is true for example, so 1 in 0;13;16 is true too, unlike with text data.
What could I do to make 1 in 0;13;18 false ? (With 1 in 0;1;16 true obviously)

I think I should use "=" instead of "in" but I cant figure out how (I tried splitting and then ForAll but Filter doesn't appreciate). 

 

Thanks

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard