cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Jeffclark
Helper III
Helper III

A way to compare a text value in a table to a value in a collection

I have two collections. One collection gets the results that matches the sectors, and then the other collection should use the id that returns in the results that come from the matching criteria. However, there is an issue of text, table comparison other. Is there a way to do this?

Jeffclark_0-1675208715128.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Ethan_R
Solution Sage
Solution Sage

Hi @Jeffclark ,

 

Use the following code from getting diqPeople that matches ID from diq

ClearCollect(
    diqExpertId,
    Filter(
        'dbCDE.DiqPeople',
        ID in diqId.Id
    )
);

 

Hope this helps

View solution in original post

1 REPLY 1
Ethan_R
Solution Sage
Solution Sage

Hi @Jeffclark ,

 

Use the following code from getting diqPeople that matches ID from diq

ClearCollect(
    diqExpertId,
    Filter(
        'dbCDE.DiqPeople',
        ID in diqId.Id
    )
);

 

Hope this helps

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (4,246)