<?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: People Picker in Power Apps	</title>
	<atom:link href="https://www.spguides.com/create-people-picker-in-power-apps/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spguides.com/create-people-picker-in-power-apps/</link>
	<description>Learn SharePoint, Power Platform, SPFx, etc, SharePoint training courses</description>
	<lastBuildDate>Tue, 17 Dec 2024 20:25:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.8</generator>
	<item>
		<title>
		By: AH		</title>
		<link>https://www.spguides.com/create-people-picker-in-power-apps/#comment-1097</link>

		<dc:creator><![CDATA[AH]]></dc:creator>
		<pubDate>Tue, 17 Dec 2024 20:25:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=21315#comment-1097</guid>

					<description><![CDATA[Thanks for sharing!
I&#039;m getting an error when I use this formula under Items:
Office365Users.SearchUser({searchTerm: cmbUsers.SearchText, top:5})

Incompatible type. The &#039;searchTerm&#039; column in the data source you’re updating expects a &#039;Text&#039; type and you’re using a &#039;Error&#039; type.

Any thoughts?]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing!<br />
I&#8217;m getting an error when I use this formula under Items:<br />
Office365Users.SearchUser({searchTerm: cmbUsers.SearchText, top:5})</p>
<p>Incompatible type. The &#8216;searchTerm&#8217; column in the data source you’re updating expects a &#8216;Text&#8217; type and you’re using a &#8216;Error&#8217; type.</p>
<p>Any thoughts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manoj Regmi		</title>
		<link>https://www.spguides.com/create-people-picker-in-power-apps/#comment-655</link>

		<dc:creator><![CDATA[Manoj Regmi]]></dc:creator>
		<pubDate>Thu, 17 Mar 2022 16:39:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=21315#comment-655</guid>

					<description><![CDATA[Hi 
I need help on the following: I have a person field that has multiple users in each cell. I was able to ungroup the user names in the combo box. I&#039;m trying to implement Search or Filter by user names. And I do have a data set in the data table. 

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi<br />
I need help on the following: I have a person field that has multiple users in each cell. I was able to ungroup the user names in the combo box. I&#8217;m trying to implement Search or Filter by user names. And I do have a data set in the data table. </p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paz		</title>
		<link>https://www.spguides.com/create-people-picker-in-power-apps/#comment-270</link>

		<dc:creator><![CDATA[Paz]]></dc:creator>
		<pubDate>Sat, 08 May 2021 16:05:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=21315#comment-270</guid>

					<description><![CDATA[Hi Bijay, So far this is the best step by step guide I have found anywhere online. My question is, (cannot find this ANYWHERE),  what is your formula to autopopulate text input box, based on another combo box-with people picker for that user&#039;s manager? I cannot figure it out, been trying for a while. Help!!]]></description>
			<content:encoded><![CDATA[<p>Hi Bijay, So far this is the best step by step guide I have found anywhere online. My question is, (cannot find this ANYWHERE),  what is your formula to autopopulate text input box, based on another combo box-with people picker for that user&#8217;s manager? I cannot figure it out, been trying for a while. Help!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tarun Vats		</title>
		<link>https://www.spguides.com/create-people-picker-in-power-apps/#comment-250</link>

		<dc:creator><![CDATA[Tarun Vats]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 17:14:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=21315#comment-250</guid>

					<description><![CDATA[Hello Bijay, very detailed and informative information. I have same kind of requirement. But how can I save the users(email, Name) from Gallery to the SharePoint List, I have to add all the gallery users in the People column of an item of SharePoint list. Can you please share this too ?]]></description>
			<content:encoded><![CDATA[<p>Hello Bijay, very detailed and informative information. I have same kind of requirement. But how can I save the users(email, Name) from Gallery to the SharePoint List, I have to add all the gallery users in the People column of an item of SharePoint list. Can you please share this too ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: RA1149		</title>
		<link>https://www.spguides.com/create-people-picker-in-power-apps/#comment-104</link>

		<dc:creator><![CDATA[RA1149]]></dc:creator>
		<pubDate>Thu, 22 Oct 2020 15:14:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.sharepointsky.com/?p=21315#comment-104</guid>

					<description><![CDATA[Very well done blog!  I just wanted to note that as soon as you add a filter to the combo box items formula,  it doesn&#039;t work. 
 Filter(Office365Users.SearchUser({searchTerm:ComboBox1.SearchText,top:10}), Upper(CompanyName) = &quot;MYCOMPANY&quot;)]]></description>
			<content:encoded><![CDATA[<p>Very well done blog!  I just wanted to note that as soon as you add a filter to the combo box items formula,  it doesn&#8217;t work.<br />
 Filter(Office365Users.SearchUser({searchTerm:ComboBox1.SearchText,top:10}), Upper(CompanyName) = &#8220;MYCOMPANY&#8221;)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
