Replies: 3 comments 3 replies
-
We downgraded to 3.4.2 and to stop the errors. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@DrMarkX could you provide more of the code you are running including setting $tasks? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm still getting an error with v3.4.3. Even if I run this simple get.
When I downgrade to v3.4.2 it continues to work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From my question #192 I am now getting several 'ID' errors when using this line.
Get-ServiceNowRecord -Table sc_req_item -filter @('number', '-in', ($tasks.'request_item.number'[0..48] -join ',')) -IncludeCustomVariable -Property number -IncludeTotalCount
After several iterations of that error, the correct output is displayed.
Error
Get-ServiceNowRecord : Cannot validate argument on parameter 'ID'. Id must be either a 32 character alphanumeric, ServiceNow sysid, or prefix/id, ServiceNow number.
At C:\Program Files\WindowsPowerShell\Modules\ServiceNow\3.4.3\Public\Get-ServiceNowRecord.ps1:357 char:126
Beta Was this translation helpful? Give feedback.
All reactions