Hi @Anonymous ,
I thought by reset, you meant at the data source. I get your issue now.
Try this - on the Default property of the cards you want reset<
If(
vReset,
Blank(),
What the default is now
)
On the OnSuccess of the form
UpdateContext({vReset:true});
Reset(Card1);
Reset(Card2) etc etc
On screen exit (and screen entrance to be safe)
UpdateContext({vReset:false})
This should work (although I have not tested it)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.