You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Get-ServiceNowRecord to fetch request item variables, the sysparm_fields values are converted to lowercase. However, ServiceNow field references appear to be case-sensitive.
Example:
In Postman:
✅ variables.common_ReqBy.email returns the data
❌ variables.common_reqby.email does not return the data