
Hello. I am hoping someone can help me. I am new to powerapps and sharepoint. I have created an app which contains several cascading drops downs, however they are not in a form I just added this drop downs to a blank screen. I would like for when someone submits the form it resets all the cascading drop downs to blank. Currently after someone submits the form all the drop downs remain with the previous information. Everything I'm finding online only works in a form. Thanks!
Hi @ig3660 ,
Please try this.
OnSuccess of Form.
Reset(DropDown1);
Reset(DropDown2);
Reset(DropDown3)
Best regards,
Rimmon