Hello- Newbie here looking for assistance with an app I'm working on for a work project. I started with a SharePoint list as my source of data. I connected this SharePoint list to my App, which made all my SharePoint checkboxes into a toggle. After doing research, I was able to remove the toggles and add ChecboxCanvas to each as a replacement. I thought it would be that simple and my data would be connected, but every time I submit the form the data shows in SharePoint, but goes away in the app. Over the last few days I have been researching Patching, but none of them work.
My goal is to have 1 student record, which houses all their information and daily assignments. The students will be set up in SharePoint and pushed to the App. From there, the teacher will see all their students and be able to grade their homework per day.
My App has 1 Main Page, which houses the Gallery and the student's main information.
I am using a tab system as my menu, which has 5 different days or 6 tabs (Student Profile and 1 for each day).
Each day has 9 checkboxes that indicate if they have completed a section of that day's homework assignments or not. If it's marked as no, I have a flow to message the student to complete it. The teachers will only use the App, so it won't work for me if the checkmarks don't save and match in both places.
Will a patch fix this? If so, how does that work? Also, what should each checkbox be set to, defaults, Oncheck, OnSelect, OnUncheck. Any help you can provide would be amazing, my goal it to simply have the checkboxes in my app, match the ones in my SP list. All the other data shows and updates without issues.