Is there a way to make a dynamic app variable name?
Example: Let’s say there’s a page with an input box and a button. When the user enters some text and then presses the button we create a new variable dynamically with a unique name and then save the text In the dynamically created variable.
Is this possible?