The Data type of page 3 is ‘Riskdescription’ same as the page type of page 2.
I use this to set one of the texts in the repeating group on page 3. The repeating group it self on page 3 is type ‘RiskPlan’
Not quite sure about your fist point. Can you elaborate on it?
I tried messing around but not quite found it. The data that bubble wants to send is Riskplan and the page content of page 2 is riskdescription.
I tried making a search for finding the riskdescription relevant for the riskplan cell but I am not having succes.
I think the answe is yes…
In my page 3, The repeating group is a list of all RiskPlans in the thing call RiskPlan.
One of the texts in the repeating group is getting the texts from the Riskdescription-thing (RiskEvent).
Page 2 is a page an input page where the user can write and make changes to the RiskPlan.
Page 2 originally gets data from page 1, thats is a list of RiskEvents, and the user can make new RiskEvents.
From page 1 the user can click “See Plan” for each RiskEvent. When doing this, the RiskPlan-thing is created if it dosn’t already excist and then navigates user to page 2.
The uniqueID of each row/item from RiskDescription is copied to the field RiskEventID in RiskPlan-thing, to have a relationship between the two.
Is it better to just have 1 table instead of two? I have spend two days trying to solve it. I was thinking two tables was more efficient because not all RiskEvents have a RiskPlan.