Building a simple CRUD application for external use, MVP for a business idea.
So let’s say I have data like:
item_id title author
jAg7AcZ Thor Movie John Z
kaf55F5 Something Karly E
I’d like to view individual entry on a separate/unique page with the URL using the entry’s id in the URL as in: http://domain.com/collection/{ item_id }
How would I be able to do this with Bubble? Thanks in advance!