In the second screen, shows all business information like a buttom of whatsapp, facebook, video and imagen.
For not repeat 30 screens, the second screen is the same that others 30 business buttoms for the firts screen.
The target is make the match the 30 business buttoms with the second screen with diferent information (links) in each buttom of the second screen ( whatsapp, facebook, video with url)
Personally, I would use a local data source (table) instead of a list of objects but… if you want to do it this way, it’s not clear why you have “number” as a separate field with an object inside. What is the number property for? A list already has index values so if you’re using it to know which list item it is, you don’t need a separate property for that.
I didn’t realize you were going to use Firebase later. Okay, it makes sense why you are using objects.
Remove the list “gear” block. The variable “app variable data” is already a list but when you add that list block, you make it a list of a list which will cause problems.
Make sure app variable select module has a value (e.g. 1 for testing) and then this should work.
You removed the wrong list gear block. You need the list block when you initialize app variable data. Because that creates a list of objects that you can refer to with list blocks or loop through to get all values/objects.
You do not need the list block when you are setting the app variable actual module. It should read:
in list app variable data get # app variable select module
But instead you have:
in list list app variable data get # app variable select module
You need the list block to make a list of objects.
Hi tatiang
I hope you are good,
Sorry for the delay, in this week i worked to set up the app.
in this way, the app is working with the Urls but when change for the cloud to use the fire base into de app an error appears. check the imagens bellow