Hi all,
Pretty new to bubble and looking for some help.
I have 2 separate pages (issues and hazards) that display 2 different datatypes. My Hazards table has a field identifying its parent Issue (Control Reference). I would like to be able to click on a row in the RG on my issues page and load hazards that have a matching control reference on my hazards page.
I seem to be tying myself up in knots as the data types are different. I have been able to achieve passing data between repeating groups of 2 different data types on the same page but I can’t seem to manage it between pages.
I have tried sending the control reference from the issues page via the querystring and I thought it would be as easy as searching for hazards with a matching control reference but I can’t get this to work.
Any help appreciated.
Thanks