Converting Data to SharePoint String

To convert data into a SharePoint-compatible string format, use the following syntax:

get the document metadata
get the metadata as a sharepoint string

Example:

the list item is {"Title": "New Item", "Body": "This is a new item."}
get the list item as a sharepoint string

Last updated

Was this helpful?