Hi all,
I have a page which has a repeating group and the repeating group’s type of content is an api endpoint that I have set up (the api returns details on a bunch of inventory items). When someone clicks on one of the cells of the repeating group, I need it to navigate to another page which shows the inventory item in more detail. When I went to change the content type of the inventory item details page, the api endpoint data type isn’t there. Clearly bubble doesn’t allow this.
So my question is, what is the best way to do this? I know I could save the data to an actual database data type and then access that but that’s a hacky solution.
Anyone have any better ideas?
Thanks,
Paul