Hi PA Community,
Relatively new to all this so any expertise, wisdom and guidance to proceed with this connundrum would be greatly appreciated.
With the help of the YouTube and Microsft PA community I have built 2 different apps that work. The first is an app to submit data from a form to a SharePoint site, where notifications can be pushed to anyone with a need to know. The second, an app to add multiple users (as owners or members) to multiple Teams sites. I now need to combine some of that functionality.
The app has a connection to the SharePoint site, as well as to O365 Users. In the Course Leader box I have a combo box that succesfully pulls the searched and selected Course Leader. The form has 2 screens (only form 1 is shown below), and the submit button is on the second screen. The app successfully submits all the manually input data. What I am struggling with is how to get the selected course leader into the sharepoint site.

The Combo box uses the following function in the items..
Office365Users.SearchUser({searchTerm:'Course Leader ComboBox2'.SearchText, top:100})
The Sharepoint is list is as follows:

Any any advice to get the data into the column circled above would be appreciated (or ask if you require any further info from me)?
Thanks in advance,
DEM