Comments on: Power Apps Set Text input Value Based On Another Field – 5 Examples https://www.spguides.com/powerapps-set-field-value-based-on-another-field/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Fri, 29 Mar 2024 08:00:49 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Phani https://www.spguides.com/powerapps-set-field-value-based-on-another-field/#comments/67 Thu, 23 Jul 2020 16:34:13 +0000 https://www.spguides.com/?p=21844#comment-67 Hi Bijay,
Thanks for the post. It is helpful.
I however have an issue with another scenario. I have three fields.
“Dropdown A”, “Dropdown B” and a “Multi select field C”.
Dropdown A has values: Green Yellow, Red.

My requirement is that, when “Red” is selected in dropdown A, the data in “Dropdown B” and “Multi select field C” should be cleared out.
I have written the following formula to the Reset property of the Data Card Value of B and C: If(DataCardValue11.Selected.Value=”RED”,true, false)

However, this works fine on a new form but on the edit of an existing entry, it is not working when I change from Green or Yellow to Red. Can you please help me on this issue?

]]>