<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: How to Use Power Apps Search Function + 6 Various Examples	</title>
	<atom:link href="https://www.spguides.com/power-apps-search-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spguides.com/power-apps-search-function/</link>
	<description>Learn SharePoint, Power Platform, SPFx, etc, SharePoint training courses</description>
	<lastBuildDate>Wed, 26 Mar 2025 11:28:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: BB		</title>
		<link>https://www.spguides.com/power-apps-search-function/#comment-1089</link>

		<dc:creator><![CDATA[BB]]></dc:creator>
		<pubDate>Wed, 14 Aug 2024 14:39:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21618#comment-1089</guid>

					<description><![CDATA[This formula you provided just fixed my entire App.  I couldn&#039;t get the search and combo box to work together properly, as most instructions seem to only use filter instead of filter and search.   Thank you!  Items = Search(
    Filter(
        colEmployee,
        Department = drp_EmpDepartment.Selected.Value
    ),
    Text(txt_EmpID.Value),
    EmployeeID
)]]></description>
			<content:encoded><![CDATA[<p>This formula you provided just fixed my entire App.  I couldn&#8217;t get the search and combo box to work together properly, as most instructions seem to only use filter instead of filter and search.   Thank you!  Items = Search(<br />
    Filter(<br />
        colEmployee,<br />
        Department = drp_EmpDepartment.Selected.Value<br />
    ),<br />
    Text(txt_EmpID.Value),<br />
    EmployeeID<br />
)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Humera		</title>
		<link>https://www.spguides.com/power-apps-search-function/#comment-736</link>

		<dc:creator><![CDATA[Humera]]></dc:creator>
		<pubDate>Fri, 22 Jul 2022 16:52:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21618#comment-736</guid>

					<description><![CDATA[Hi,
it&#039;s great work.
I want to a help about search box of power app which will work like, if I write any word in search box, and it is available in list or column so result shows it valid, if this search word is not available in the column then result shows invalid.
can you please help me in this regard, 
Thanks in advance]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
it&#8217;s great work.<br />
I want to a help about search box of power app which will work like, if I write any word in search box, and it is available in list or column so result shows it valid, if this search word is not available in the column then result shows invalid.<br />
can you please help me in this regard,<br />
Thanks in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: justahuman		</title>
		<link>https://www.spguides.com/power-apps-search-function/#comment-624</link>

		<dc:creator><![CDATA[justahuman]]></dc:creator>
		<pubDate>Sun, 06 Feb 2022 13:29:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21618#comment-624</guid>

					<description><![CDATA[Great rundown, thanks, Billy...]]></description>
			<content:encoded><![CDATA[<p>Great rundown, thanks, Billy&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
