Hello experts,
Help me, i am a beginner developing my first canvas app.
Scenario:
1) I have a source SharePoint list "ActivityLog"
2) I am creating this app to get new form submissions from users.
3) I did multiple form entries; my app was successfully posting data into the Source Sharepoint list (ActivityLog).
4) Everything was working fine until I used a combo box control to get (searchable) multiple-choice inputs from the user to store inside my source SharePoint list (ActivityLog) column, which is a choice column.
Goal:
1) Get the list of values from a SharePoint List (TB_QueryCategory)

2) Use it in Combobox control.

3) Allow user to be able to choose multiple choices from the dropdown

4) Post the selected multiple-choice values to the Source Sharepoint List (ActivityLog), where the destination column is a Choice column

My Challenges:
1) Getting Delegation warning on the combo box although i filtered my incoming list of values from my Choice table (TB_QueryCategory) Sharepoint list. Filtered results would be less than 25 items though.

2) OnSelect SubmitForm function throws "Network error when using Patch function: An error occurred on the server"


Please enlighten me on what I am doing wrong here. Relying on your support. Thank you.
Tagging my known MVPs @RezaDorrani @ShaneYoung I am developing this canvas app mostly by watching your videos.