Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

Filtered records in Lookup PCF

(0) ShareShare
ReportReport
Posted on by

Hi, I am using UtilityApi.LookupOptions and need to display filtered records in Lookup. How can i do this? Thanks

  • Verified answer
    Diana Birkelbach Profile Picture
    3,072 Most Valuable Professional on at
    Re: Filtered records in Lookup PCF

    I think it's not documented for PCF, but it is for Dynamics365CE, and it seems to work also for PCF.

    Try something like this:

    context.utils.lookupObjects({
    	entityTypes: ["account"], 
    	allowMultiSelect: false, 
    	filters:[
    		{			
    			entityLogicalName: "account", 
    			filterXml: "<filter type='and'><condition attribute='industrycode' operator='eq' value='2'/></filter>"
    		}
    		], 
    	disableMru: true
    });

     I also wonder if this is just missing in the documentation or maybe won't be supported?

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 65 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 55 Super User 2025 Season 1

Overall leaderboard