Hello,
I am about to start a canvas app project but I can't wrap my head around how I would achieve a requirement.
My data source is a SharePoint List. There's the Title column(of course), a Description field, a "Goal" field, and a Priority field.
The title of each item will be as follows
1.1
1.2
1.3
2.1
2.2
2.3
etc.
Items 1.1, 1.2, and 1.3 will all have "Goal 1" in the Goal column and items 2.1, 2.2, and 2.3 will all have "Goal 2" in the Goal Column etc.
I need to be able have the user select either Goal 1 or Goal 2 from a gallery on the first screen and it navigated the user to the next screen where it will display all the information for items 1.1, 1.2, and 1.3 if Goal 1 is selected or information on items 2.1, 2.2, 2.3 if Goal 2 is selected.
Hopefully I'm clear with my explanation. This is probably something easy and I'm just having a brain fart. Any assistance on how to achieve this would be greatly appreciated.