I've designed my powerapp with a homescreen tab container showing three fields in my gallery (with gallery tabs) with a view icon and and edit icon.
OnSelect I want to set and resetform to multiple components (forms linked with a Ref ID to the masterform) of a questionnaire on the contentscreen with a gallery of tabs.
Current the edit icon uses: Set(varRecord, ThisItem); ResetForm(formPIAIntro);EditForm(formPIAIntro);Navigate(ContentScreen) and works fine for only one of my tabs on the content screen, but not the other four. the other four are defaulted to Newform.
How can I set, ResetForm and Editform for the other tabs on my content screen? I've tried declaring all forms in the statement above with negative results and get errors on the OnSelect. I've tried the following as an experiment: Set(varRecord, ThisItem); ResetForm(formPIAIntro + questionnaire);EditForm(formPIAIntro + questionnaire);Navigate(ContentScreen)
Do I need to take another approach?

Report
All responses (
Answers (