REAL TIME: Report SharePoint user mapping results
The view is named report_validatedsharepointusers
and defined on the “Internal Database”.
Use it with a DataETL Step or a For-Each Step.
See also: How SharePoint user mapping works
From the DataETL Step you can output the reporting result to: |
---|
|
|
|
|
Active integrated reporting
The report can be a stand alone job you run or an integrated part of your migration set up since it is based on a standard DataETL Step.
You can choose to create the report at the end of a job or for each iteration in a For-Each and for example only if any errors happen (test the Variable [<ETL-Count>] > 0
to determine if any rows were reported). Then upload an output CSV or XLSX to SharePoint and name it according to the context in which it was created (for example ProjectId or CustomerId etc). Or create Items in a SharePoint list for review. Then finally notify someone or start a workflow using PowerAutomate.
Column name | Column description for database view: report_validatedsharepointusers |
---|---|
inputname | Name of the user to be validated or mapped |
inputname_mapto | The name that the inputname was mapped to |
result | The result of the validation (also if mapped to a different name)
|
result_notfound_mapto | The fallback user name the inputname is mapped to if it does not it self validate or a naem it is mapped to does not validate. |
result_notfound_rule | The rule being used for selecting the fallback name.
|
result_timestamp | The date and time when the validation took place. |
user_email | The validated users login email |
user_loginname | The validated users login name |
user_title | The validated users title |
user_type | The validated users type
|