Hello everybody, I left the platform for a long time since it was too slow on my pc, but now I don’t know if they fixed it or is it cause I switched to linux, but it’s working better, so I’m back but I still see that something that i need to automatize my app is missing, the possibility to use the actual name of the component i created.
I mean: I have many buttons that basically do the same thing, but every button changes certain variables, like, if i press the margherita, the price goes to 1, if i press another pizza it goes to 1.2 etc, to fully automate it letting me use the clone function in the proper way i need to ‘access’ the component name when it is cloned, or just when i use the any button block.
E.g. if my label is called label_price_of_margherita, if I can access to that value I can automatically assign a value to the text that it has to show.
https://docs.thunkable.com/any-component-blocks#the-component-item-block-1
I hope I was clear enough on what I’d like to see in the platform