Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Table Recognition failure #149

Closed
gdbarron opened this issue Jul 16, 2021 · 3 comments · Fixed by #151
Closed

Automatic Table Recognition failure #149

gdbarron opened this issue Jul 16, 2021 · 3 comments · Fixed by #151
Assignees
Labels

Comments

@gdbarron
Copy link
Collaborator

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

@gdbarron gdbarron assigned gdbarron and unassigned gdbarron Jul 16, 2021
@gdbarron gdbarron added the bug label Jul 16, 2021
@gdbarron
Copy link
Collaborator Author

@gdbarron
Copy link
Collaborator Author

made my updates, would appreciate a review :) https://github.com/Snow-Shell/servicenow-powershell/compare/fix-149

@gdbarron
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant