<?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 Show Hide Fields Based On Power Apps Dropdown Selection?	</title>
	<atom:link href="https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/</link>
	<description>Learn SharePoint, Power Platform, SPFx, etc, SharePoint training courses</description>
	<lastBuildDate>Wed, 26 Mar 2025 10:16:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: Lina Delgado		</title>
		<link>https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/#comment-1080</link>

		<dc:creator><![CDATA[Lina Delgado]]></dc:creator>
		<pubDate>Tue, 21 May 2024 21:31:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21836#comment-1080</guid>

					<description><![CDATA[Hi! I don&#039;t have any errors, but it doesn&#039;t change or do anything when I select from the dropdown menu. The drop-down I have says yes or no, if you select yes you can see the next question, but if you select no, you will not be able to see it. This is what I use on the visible option:

Visible= If(ThisItem.&#039;Manager Type&#039;.Value =&quot;Yes&quot;,
false,
true
)]]></description>
			<content:encoded><![CDATA[<p>Hi! I don&#8217;t have any errors, but it doesn&#8217;t change or do anything when I select from the dropdown menu. The drop-down I have says yes or no, if you select yes you can see the next question, but if you select no, you will not be able to see it. This is what I use on the visible option:</p>
<p>Visible= If(ThisItem.&#8217;Manager Type&#8217;.Value =&#8221;Yes&#8221;,<br />
false,<br />
true<br />
)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mcos		</title>
		<link>https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/#comment-993</link>

		<dc:creator><![CDATA[mcos]]></dc:creator>
		<pubDate>Thu, 27 Apr 2023 18:20:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21836#comment-993</guid>

					<description><![CDATA[what about multi select combo box? 
ex: I have a combo box with 6 pie flavor options and Apple Pie and Blueberry Pie are both selected.

how to: Make Apple Pie Size text field and Blueberry Pie Size text field visible. If only Blueberry Pie is selected in combo box, hide Apple Pie Size text field and only show Blueberry Pie Size.]]></description>
			<content:encoded><![CDATA[<p>what about multi select combo box?<br />
ex: I have a combo box with 6 pie flavor options and Apple Pie and Blueberry Pie are both selected.</p>
<p>how to: Make Apple Pie Size text field and Blueberry Pie Size text field visible. If only Blueberry Pie is selected in combo box, hide Apple Pie Size text field and only show Blueberry Pie Size.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erdem		</title>
		<link>https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/#comment-705</link>

		<dc:creator><![CDATA[Erdem]]></dc:creator>
		<pubDate>Wed, 15 Jun 2022 09:19:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21836#comment-705</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/#comment-589&quot;&gt;Diosdado Bele Mollings&lt;/a&gt;.

You can use it like this:

If(DataCardValue26.Selected.Value = “FPSO-Aseng”, true, false) Or (DataCardValue26.Selected.Value = “Alen Platform”) Or (DataCardValue26.Selected.Value = “Pico Basile”) etc. 

You Seperate it with the Or function ( &#124;&#124; can also be used it is the same as Or)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/#comment-589">Diosdado Bele Mollings</a>.</p>
<p>You can use it like this:</p>
<p>If(DataCardValue26.Selected.Value = “FPSO-Aseng”, true, false) Or (DataCardValue26.Selected.Value = “Alen Platform”) Or (DataCardValue26.Selected.Value = “Pico Basile”) etc. </p>
<p>You Seperate it with the Or function ( || can also be used it is the same as Or)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Diosdado Bele Mollings		</title>
		<link>https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/#comment-589</link>

		<dc:creator><![CDATA[Diosdado Bele Mollings]]></dc:creator>
		<pubDate>Mon, 27 Dec 2021 18:35:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21836#comment-589</guid>

					<description><![CDATA[If(DataCardValue26.Selected.Value = &quot;FPSO-Aseng&quot;, &quot;Alen Platform&quot;, &quot;Pico Basile&quot;, &quot;Luba Shorebase&quot;, true)

Only the first information that is working, all the other information does not work. can someone help me? I would like the]]></description>
			<content:encoded><![CDATA[<p>If(DataCardValue26.Selected.Value = &#8220;FPSO-Aseng&#8221;, &#8220;Alen Platform&#8221;, &#8220;Pico Basile&#8221;, &#8220;Luba Shorebase&#8221;, true)</p>
<p>Only the first information that is working, all the other information does not work. can someone help me? I would like the</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hussity		</title>
		<link>https://www.spguides.com/show-hide-fields-based-on-dropdown-selection-powerapps/#comment-207</link>

		<dc:creator><![CDATA[hussity]]></dc:creator>
		<pubDate>Thu, 04 Mar 2021 02:00:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.spguides.com/?p=21836#comment-207</guid>

					<description><![CDATA[Greeting Bijay Kumar - 
I have tried your solution and for some reason I still get an error and the fields are invisible (for both Yes and No)]]></description>
			<content:encoded><![CDATA[<p>Greeting Bijay Kumar &#8211;<br />
I have tried your solution and for some reason I still get an error and the fields are invisible (for both Yes and No)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
