Martin_Machacek
Dec 01, 2021Brass Contributor
Status:
New
Allow to update of sharepoint listitem with hyperlink field
Currently, the update of sharepoint listitem with hyperlink field is not supported.
sickaroll
May 17, 2022Brass Contributor
It's crazy that the 'standard' REST construction for a hyperlink field doesn't work in Graph API 1.0, which is essentially REST-ful.
"IndexURL" : {
"URL" : "@{variables('SiteURL')}",
"Description" : "Link to site"
}