Hi all - I'm attempting to send the results of multiple fields into a single column in Sharepoint as distinct records.
For example, if I have 3 Commentary boxes in my form, I'd like the user to be able to send all 3 comments into a single 'Comments' column in my list. I am ok with it duplicating the other parts of the form 3 times. IE:
First Name Last Name Age Commentary
John Smith 21 Comment 1
John Smith 21 Comment 2
John Smith 21 Comment 3
Is this possible to do? I added the other fields to the SharePoint list using the Patch function. Any help is appreciated.
Thank you in advance.