File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ function Invoke-ExecCustomData {
368368 dataset = $Mapping.extensionSyncDataset.label
369369 sourceType = $Mapping.sourceType.label
370370 directoryType = $Mapping.directoryObjectType.label
371- syncProperty = $Mapping.extensionSyncProperty.label
371+ syncProperty = $Mapping.extensionSyncProperty.label ?? @ ( $Mapping .extensionSyncDataset.addedFields.select -split ' , ' )
372372 customDataAttribute = $Mapping.customDataAttribute.label
373373 }
374374 }
@@ -438,7 +438,7 @@ function Invoke-ExecCustomData {
438438 $Body = @ {
439439 Results = @ {
440440 state = ' success'
441- resultText = " Mapping deleted successfully."
441+ resultText = ' Mapping deleted successfully.'
442442 }
443443 }
444444 } catch {
You can’t perform that action at this time.
0 commit comments