Hi,
Can I please get help with my app. Not an experienced user and just cannot figure out how to do this.
I have a gallery (gallery1) where user is answering a series of questions, then this gallery is getting patched up to the sharepoint list. No issues there.
I would like to introduce a dynamic experience, where questions are split into different categories (another gallery (gallery2), and then main galley is fileted depending on witch tab is selected). Gallery 2 is based on the table and new categories can be added, hence i do not wish to create a manual table in the app, hence dynamic.
What i'm struggling with is: when user answers first set of questions and then selects a next category, all answers from the first category disappear...how do i make the answers to remain in the gallery and only disappear when i patch all the answers from all categories to the sharepoint? Thank you
I've tried to create a collection when the first tab is selected, but the collection does not register the answers (shows as 'Control undefined' and then when i tried to patch the answers to the collection the formular has errors but i cannot understand what error is, even when patching only one item...help please
Also, there could be situations where not all questions are answered. I've defaulted column 4 to n/a so even when some questions are missed, the record is still created (so it can be edited at a later time), n/a is across all categories. So I need to be able to patch up all sets of questions at the end.
Gallery1: Filter(colFormTemplate, Category=varCurrentTab)
Gallery2: colMenuTabs. Category selection is: Set(varCurrentTab,ThisItem.Category)