I’m making buttons dynamically on one page, I’m essentially trying to make a new app variable each time a button is created by combining 2 initialized app variables
Idea:
intialized app variable name = var = " ";
intialized app variable name = i = 0;
button created - assigned to var1
button created - assigned to var2
button created - assigned to var3
so on and so on, but I’m begging to think this isn’t possible to do in thunkable. If it is;t possible to do this then how can I make and assign a button to a variable when it’s dynamically created with thunkable?
Picture of code snippet: