How to Reset Field (Make Field Empty) from Event from Another Page - Apps

Basically I have 3 Pages in my app (Main Page, Page2, Page3). Page 2&3 are invoked to Main page using Tabs option.

I have Submit Button in Main Page in the End.

After filling 3 pages user will click on Submit. Once user clicks on submit i am adding data Queue using event. But i am not able to reset (Make fields empty) from same Event across all pages as the fields are technically from Page2,Page3.

Need Quick Help.

Have you tried binding field value to variable and marking it as empty string on the event

Yes, i did and it’s not making the field empty. I was only able to make variable empty using reset.

Using 2022.10.4 version