@v-xida-msft , All,
I have a question. Not sure whether it is possible to execute or not. Require your help as always.
I have a SP List with the columns as shown in the reference pic.
Note: Employee Name is people picker column in sharepoint.
I created an app where i can select multiple employee names via people picker and want to save it to SP list. Here is where I am struggling. I want different names in different rows and not in a single row. The pic below may give you an idea. Is it possible to patch multiple values selected from people picker column in app to SP list?
On the other hand, when i tried using a text column where i can enter employee names manually in Text Input, I was able to save it in the SP list using the below code (";" being the separator)
However, i am not sure how to split the names and add it to the SP list as different rows from people picker.
For example, if i select ABC; BCD; CDE; in employee name, i want them to save in sharepoint list as different rows as below
ABC
BCD
CDE
Kindly help.


Thanks in advance.
Regards
Sasidhar