Hello everyone
I’m displaying some information from the database.
The way I’m doing it delays at 11 seconds because it opens and closes the database 20 times for each row that I need.
Can’t do it with Repeating Group because it displays more information that I need and I want to be sorted from the importance of each row so I’m sorting it manually.
The Data Type that I’m talking about has four fields.
Two of them are the values that I need to display and the other two are referenced from another Data Type.
One is the ID of each row and another one is the ID of the whole group let’s say.
Now if I want the whole group I can use the Repeating Group and it displays all in less than 1 second.
What if I want only 15 of them? It Opens and closes the database 15 times.
I’m calling the database every time because I need the car-specification-id for each field that I want to display.
Is there a Plugin to open the database once, take the information, and close it? I can’t find a way in Bubble.
Thanks
Fabian