Greetings, I am using the Office365Accounts data source to populate a combo box (single select) with display names, in my form. The form saves to a SharePoint list fine, but will not show the selection in the combo box once the form is closed and re-opened for further edits.
I use this to populate and search theOffice365 data:
Items = Office365Users.SearchUser({searchTerm:Author.SearchText,top:999})
Curious on how to set the defaultselecteditems to pull in the saved value from sharepoint.