Building my 1st PowerApp and can't figure out how to have multiple child's show with Edit Form.
Initially I setup 2 tables in Dataverse. 2nd Table has all the information for child items.
1st Page: Vertical Gallery that shows all Parent Names
2nd Page: Edit Form that shows all metadata items for 1 Parent name, plus multiple child names. (this is where I'm have having issues. The entire page needs to scroll together. Form items from 1 Parent Name plus multiple child names).
3rd Page: Edit Form that will show all metadata for a single child name. I know how to do this.
Currently I have everything setup in Tablet format.

User Interaction Flow.
User Selects 1 Parent Name
Result: All Data for the 1 Parent Name Appears along with all the child names that are associated with the 1 parent.
User Selects 1 of the Child Names.
Result: All Data for that Child Name Appears
For a non programmer, how do you get all items to show as a single scroll.