Basic CRUD demo

Hi all,

Just starting out exploring bubble and it has great promise.
I was looking (in vain) for a basic tutorial on CRUD functionality.
There is a video lesson that is great for showing how to create data but nothing that demonstrates adequately how to read update and delete it.
Maybe I have missed something?
Any help appreciated :slight_smile:

You can start with the reference guide…

There isn’t really a “Read” as such, you pull back data into elements either by referencing things (“records”) on a page, or by searching for them.