The $SPFields context item is used to interact with SharePoint Lookup, User, URL, Multi-Choice, Multi-Column, and Rating Scale field data.
$SPUtility Operations
| Operation | Description |
|---|---|
| GetDistinctFieldValues |
Method used to get a list of distinct field values in a list. Parameters
Output
|
| GetLookupValue |
Method used to get a multi-column field value. Parameters
Output
|
| GetLookupValueCollection |
Method used to get a lookup collection field value. Parameters
Output
|
| GetUrlValue |
Method used to get a URL field value. Parameters
Output
|
| GetUserValue |
Method used to get a user field value. Parameters
Output
|
| GetUserValueCollection |
Method used to get a multi-user field value. Parameters
Output
|
| GetMultiChoiceValue |
Method used to get a multi-choice field value. Parameters
Output
|
| GetRatingScaleValue |
Method used to get a rating scale field value. Parameters
Output
|
| GetMultiColumnValue |
Method used to get a multi-column field value. Parameters
Output
|
![]() |
View the Read Complex Field Data page for sample usage. |
