Notifications
Announcements
Reset the next data card if the previous datacard value changed inside FORM
Please help.
Hello,
If you set the form to edit/display mode and have specified the Item property you can then just call the ResetForm(NAME_OF_YOUR_FORM) function and it should reset to the previous value.
Best regards,
Alaa
Hello Alaa,
I dont want to reset the entire form.
As you can see in the attachment if I want to change the 1st data card value from "direct deposit" to something else then 2nd card value should be changed changed to blank.
Now I get it, then what you could do is to use a variable in the default property of that data card and just empty the value of that variable.
Hi @Anonymous,
Do you want to reset another data card value once the first data card value changed?
Could you please tell me which control do you have in your second data card, a Text Input or Combo Box?
If it is a TextInput, you could set the OnChange property of the data card of the first data card value as below:
Set(ResetVar,true)
Set the Default property of the TextInput as below:
If(ResetVar,"",<YourOrginalFormulaSetForDefault>)
Both the cards are CHOICE box
Modify the DefaultSelectItems property of the second Combo Box as below:
If(ResetVar,[""],<YourOrginalFormulaSetForDefault>)
@v-qiaqi-msft
What if there is no default value in my dropdown box ?
Thanks,
Max
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 796 Most Valuable Professional
Michael E. Gernaey 327 Super User 2025 Season 2
Power Platform 1919 268