Announcements
Hi @mbandurski18,
Do you want to collect only value of the LookUp column?
Could you please tell me that if the Title is the column existing in another data source where your LookUp column retrieving values from?
If so, please check the formula as below:
ClearCollect(coll,AddColumns(DataSource,"lookup_value",Concat(LookUpField,Value,",")))//Note that this datasource is the one inlcuidng LookUp field
I'll explain it to you more. I have records in DataSource 1 and I need to filter out all the records that in the Cities column have values from another table called "UserBelongs" (it's a table because a user can belong to multiple cities).
I need to do this in Combox codeFilter (DataSource 1, <code>)
@v-qiaqi-msft I anwsered
Hi @mbandurski18,
You want to filter records in DataSource1 based on "abc@abc.pl" user, right?
Modify your filter as below:
Filter( DataSource1, CountRows( Filter( ForAll( Cities, If( Value in Filter( DataSource2, User = "abc@abc.pl" ). Title, {t: 1}, {t: 0} ) ), t = 1 ) )>0 )
You are awsome, that's works.
Could you explain me what mean this part of code?
{t: 1}, {t: 0}
Just a temporary variable used to define if the lookup up value exists in the Title column from DataSource2.
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 431
WarrenBelz 360 Most Valuable Professional
Kalathiya 280 Super User 2026 Season 1