





Sorry for not explain well earlier...
So here the main screen name is "Screen 2" in which parent gallery is Gallery1 for order list (items: Order_list) and nested gallery is Galllery2 for schedule list (items: Schedule_list).
When I pressed plus (+)icon(on very top of the screen) which is on Screen2(Main Screen) then I'll navigate to "AddOrderScreen" and will add new Order with patch function.
Then When I navigate from Screen2( main screen) after clicking on plus(+)icon for any Order (shown in the gallery) then the "AddScheduleScreen" will appear with Order ID as written on top of the screen (AddScheduleScreen) for adding new Schedule in Order list (as shown in "Screen2").
After Clicking on "Save" button new schedule will have to be added inside nested gallery in the selected Order ID
I'm getting problem on how to add/save schedule for the order which was selected and how to show Schedules inside particular Orders on Screen2.
Thanks...