Hi all- I'm at my wit's end here. I have looked through dozens of similar posts to follow examples of how to get two collections (or even 2 sharepoint lists) combined into a single collection. The two collections I am working with are called:
DirectoryData and
ProfileData
I am trying to combine into a single collection called DeepSearchData whereby the collections are matched by an email address stored in each collection as a column:
FCDUserEmail is the column in DirectoryData and
FCDProfileEmail is the column in ProfileData that I am matching the data sets by.
Can anyone help me with the syntax for this operation?