Clear Variable DATA
120
Views
3
Comments
New
Service Studio

My idea is to make a function that clears a local variable, for example a variable of any structure type. I want to display a form in a popup and then clear the variable so that the form will not be filled in by default for the next click. Instead of creating another similar variable and assigning it again, or clearing the structure variable attribute by attribute, I think it's more practical.


Changed the category to
Service Studio
Merged this idea with 'component to directly clear a local variable of compound Data Type' (created on 03 Jun 2025 06:08:04 by Jitendra Kumar)

Consider a scenario we have a local compound data type variable of and we are using to crate multiple records using that local variable on a single screen for adding a new record we had to clear each attribute of Local variable again and again to store a new record locally and save it into database