HI and thank you for all the replies. I find that I should add more clarity as to what I have so far.
The two SharePoint lists both save all data as string data type.
The SP list which has the combo box items save each item in its own record as type string.
WorkTypesList:
Name | Title
1 work work
2 play play
3 clean clean
etc ...
Same for the SP list which saves the questionnaire data - all of it are string data type.
WorkTypesList column
clean, play
So the Combo Box values that are selected in the questionnaire are saved as comma delimited text strings.
Question: Should the SharePoint Lists, both of them, ( or the questionnaire SP List alone ), have the WorkTypeList column defined as combo box?
Also, I am not using a control form in Power Apps, but rather, I'm using PATCH function for all of it.