Best way to describe is like Airbnb find a listing in a repeating group, then I want to be able to click a button and it will open up the property profile group that has all the information on the property. I have a unique ID code for each property so I was thinking to use that ID to then search other fields that tie back to the ID. Thanks in advance
this is actually quite easy to do in bubble. Just have a different group where the property-profile is shown. in your repeating group have a workflow started when the user clicks the button which does:
- “display data” in property-pofile
- “show” property-profile
hope this helps