Hello @anubos112thez
It appears that the issue is linked to the labels.
To resolve this issue, please delete the labels on the “Contenido” page and then add them back again.
When user choose “capitulo number” on “capitulo” screen I load the index of number user chose to the “variable capitulo”… so that on “contenido” screen I can take all of the content of that row number.
Tatiang, I hope you be well. I have been trying everything and I can’t resolve the problem, do you have any ideas that I can test?.. thank you a lot.
As a test, can you use the Get Value block with an integer (Math block)? Are you able to display a value from your data source in a label that way? If not, you need to fix the data source sync.
You can share the project link if you want… it’s hard to troubleshoot this from screenshots.
Hello @anubos112thez
It appears that the issue is linked to the labels and buttons
To resolve this issue, please delete the labels and buttons on the “Contenido” page.
Check that the app doesn’t crash and then add the labels and the buttons one by one (please don’t use copy-paste).
What do you do to make it display that in the browser? I’m not sure how to use your app. When I click a category at the top and then click an item from the list, I’m taken to a blank page with just the categories at the top.
Hello @anubos112thez,
The app crashes because you set a field to “True” as a string (not a boolean) to a local table. I know that it works on iOS and web but not on Android. I have flagged this to our engineering team and will follow up here as soon as possible.
I don know how I can do it using labels, so I used a web viwer, but I am not using internet conection at all, I just type HTML code with the content text, I am not using publicly accessible web pages.
Let me show other way that works, but I am afraid it does not work because I should paste 4.000 long blocks (bible content text)
Hello @anubos112thez
It is not currently possible to read/store a boolean value on a Table.
You will need to add an extra condition before you connect the table value on the button block.
Hello @anubos112thez
I am investigating the issue with the local Table.
Regarding your question regarding adding the Table dynamically, unfortunately, is not possible but it is a great suggestion. You could make a post on Feature Requests about it