servicenow-powershell
servicenow-powershell copied to clipboard
Fix updates when providing an array
- List type fields cannot be updated with an array as SN adds brackets from the JSON. Change arrays to comma separated strings in
Update-ServiceNowRecordas SN requires. Fix #260