Snow-Shell/servicenow-powershell

Automatic Table Recognition failure

Closed this issue · 3 comments

Environment

Operating System: Windows 10
ServiceNow module version: 3.0
PowerShell version: 5.1

Steps to reproduce

Get-ServiceNowRecord -Id RITM0616331 -IncludeCustomVariable

Expected behavior

it gets the record and includes custom variables

Actual behavior

Get-ServiceNowRecord: C:\Users\nscherer\Documents\PowerShell\Modules\ServiceNow\3.0.0\Public\Get-ServiceNowRecord.ps1:280:58
Line |
 280 |  …               $customValues = Get-ServiceNowRecord @customValueParams
     |                                                       ~~~~~~~~~~~~~~~~~~
     | Cannot bind argument to parameter 'Table' because it is an empty string.

Screenshots

n/a

Hey @natescherer. When you get a chance, could you push your changes to this new branch? Thanks!