Snow-Shell / servicenow-powershell

PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Apache License 2.0
359 stars 170 forks source link

Update Get-ServiceNowRecord.ps1 #263

Closed CATgwalker closed 2 months ago

CATgwalker commented 5 months ago

Fixes #262 and #234 error "Id must either be a SysId 32 character alphanumeric or Number with prefix and id." and retains ID from reference table for further lookup.

kleinsmk commented 2 months ago

@gdbarron Working great! While, I ultimately figured out the muli-dim array syntax this is a huge time saver as you can build complex queries in the gui and just copy and paste the filters. Thanks for the hard work!