The debug with display is nothing but displaying a function-input in a label and then waiting one second. I also display a list of IDs from my data table in a list-viewer just to see that there are still rows. I have also tried displaying a list of values from the column Name, I can see all the values.
But, when I click that bookmark button, the text in my label changes to null, but I get the IDs in my list-viewer. Are other people facing this problem?
I don’t think it’s related to the ‘live preview not working’ complaints as I had that too, but it stopped yesterday and the app has been properly since then.
Sorry about that. I was trying to show the function which was supposed to display the clicked row id but instead displays some (JavaScript?) code at the top of the screen (highlighted).
I have tried duplicating it but there is still the same project. I also tried copying the latest link of the project that I sent in the community, but there is toooooo much work lost.
I just tried it out but there is no difference. I still get the code in the label after clicking the bookmark button. Also, after adding this bookmark feature, the entire process of fetching data from the api and displaying it in a DVL has turned very slow. Earlier, i used to get about 10 entires in 2-3 seconds but now it takes about 7-10 seconds or maybe even more to get a single entry.
It’s time to look into the local table itself. Maybe the issue is in the table. Can you create another local table and have your code to populate it and run the verification on it.
Maybe nothing wrong with the project codes but just a corrupted local table.
Those values shown on your list happens to me when a local database is corrupted (or missing) from apps. It happens when you import some from other apps. Just to make sure, create a new local table and drag again blocks from it (dont just copy old blocks or select new made table from dropdown list from old blocks).