We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4d946 commit 3886b20Copy full SHA for 3886b20
ServiceNow/Public/Update-ServiceNowNumber.ps1
@@ -90,10 +90,9 @@ Function Update-ServiceNowNumber {
90
}
91
92
93
- Write-Verbose "ServiceNowURL: $ServiceNowURL"
+
94
# Use the number and table to determine the sys_id
95
$SysID = Get-ServiceNowTableEntry @getServiceNowTableEntry | Select-Object -Expand sys_id
96
- Write-Verbose "SysID: $SysID"
97
98
# Convert the values to Json and encode them to an UTF8 array to support special chars
99
$Body = $Values | ConvertTo-Json
0 commit comments