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 cd20aad commit 4ccb079Copy full SHA for 4ccb079
ServiceNow/Public/Get-ServiceNowRecord.ps1
@@ -335,7 +335,7 @@ function Get-ServiceNowRecord {
335
}
336
foreach ($var in $customVarsOut) {
337
$record.CustomVariable | Add-Member @{
338
- $var.'sc_item_option.item_option_new.name' = @{
+ $var.'sc_item_option.item_option_new.name' = [pscustomobject] @{
339
Value = $var.'sc_item_option.value'
340
DisplayName = $var.'sc_item_option.item_option_new.question_text'
341
Type = $var.'sc_item_option.item_option_new.type'
0 commit comments