<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Microsoft Graph - Sharepoint: Update List Item Properties - JSON Payload in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-Graph-Sharepoint-Update-List-Item-Properties-JSON/m-p/100800#M47954</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0e344bcd-a121-44b7-865b-2ce19cfce643" data-tag-text="@Alex Duff" href="https://community.blueprism.com/network/profile?UserKey=0e344bcd-a121-44b7-865b-2ce19cfce643" data-itemmentionkey="605d65e8-8b20-480c-82a1-c2507497ceda"&gt;@Alex Duff&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;​The Microsoft Graph API Reference pages are a great place to look for details of what the JSON payloads should look like. As an example, the &lt;A href="https://docs.microsoft.com/en-us/graph/api/listitem-update?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank" rel="noopener"&gt;Update ListItem&lt;/A&gt; page states that the body of the request should contain a &lt;A href="https://docs.microsoft.com/en-us/graph/api/resources/fieldvalueset?view=graph-rest-1.0" target="_blank" rel="noopener"&gt;FieldValueSet&lt;/A&gt; definition. The FieldValueSet is based on the column definitions of the List/ListItem in question. In their example, they show the following JSON payload:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;{
    "Author": "Brad Cleaver",
    "AuthorLookupId": "13",
    "Name": "Kangaroos and Wallabies: A Deep Dive",
    "Color": "Red",
    "Quantity": 350,
}​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;This would be tied to a List/ListItem with columns &lt;EM&gt;Author&lt;/EM&gt;, &lt;EM&gt;AuthorLookupId&lt;/EM&gt;, &lt;EM&gt;Name&lt;/EM&gt;, &lt;EM&gt;Color&lt;/EM&gt;, and &lt;EM&gt;Quantity&lt;/EM&gt;. &lt;BR /&gt;&lt;BR /&gt;So, in your environment, what's the name of the column that will contain the commentary?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
    <pubDate>Tue, 13 Jul 2021 00:52:07 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-07-13T00:52:07Z</dc:date>
    <item>
      <title>Microsoft Graph - Sharepoint: Update List Item Properties - JSON Payload</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-Graph-Sharepoint-Update-List-Item-Properties-JSON/m-p/100799#M47953</link>
      <description>Afternoon,&lt;BR /&gt;&lt;BR /&gt;After a week or so of setting up permissions within Azure - We've finally managed to grant access to BP to Sharepoint. We're now able to view all data within a sharepoint list.&lt;BR /&gt;&lt;BR /&gt;We've come to the point of wishing to set "Posting" or "Updating" a list item with the commentary "Done" or "Manual Intervention Required".&lt;BR /&gt;&lt;BR /&gt;However, as this is our first steps into this sort of process, we're at a loss as to how we present the Value for the Request Payload - other than knowing it's expecting a JSON content.&lt;BR /&gt;&lt;BR /&gt;Any support on how we pass this would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36562.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36569iA052EF94DA14C4A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="36562.png" alt="36562.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36563.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36572i25C076B7D5C59F2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="36563.png" alt="36563.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 12 Jul 2021 14:21:40 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-Graph-Sharepoint-Update-List-Item-Properties-JSON/m-p/100799#M47953</guid>
      <dc:creator>Alexander.Duff</dc:creator>
      <dc:date>2021-07-12T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Graph - Sharepoint: Update List Item Properties - JSON Payload</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Microsoft-Graph-Sharepoint-Update-List-Item-Properties-JSON/m-p/100800#M47954</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0e344bcd-a121-44b7-865b-2ce19cfce643" data-tag-text="@Alex Duff" href="https://community.blueprism.com/network/profile?UserKey=0e344bcd-a121-44b7-865b-2ce19cfce643" data-itemmentionkey="605d65e8-8b20-480c-82a1-c2507497ceda"&gt;@Alex Duff&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;​The Microsoft Graph API Reference pages are a great place to look for details of what the JSON payloads should look like. As an example, the &lt;A href="https://docs.microsoft.com/en-us/graph/api/listitem-update?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank" rel="noopener"&gt;Update ListItem&lt;/A&gt; page states that the body of the request should contain a &lt;A href="https://docs.microsoft.com/en-us/graph/api/resources/fieldvalueset?view=graph-rest-1.0" target="_blank" rel="noopener"&gt;FieldValueSet&lt;/A&gt; definition. The FieldValueSet is based on the column definitions of the List/ListItem in question. In their example, they show the following JSON payload:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;{
    "Author": "Brad Cleaver",
    "AuthorLookupId": "13",
    "Name": "Kangaroos and Wallabies: A Deep Dive",
    "Color": "Red",
    "Quantity": 350,
}​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;This would be tied to a List/ListItem with columns &lt;EM&gt;Author&lt;/EM&gt;, &lt;EM&gt;AuthorLookupId&lt;/EM&gt;, &lt;EM&gt;Name&lt;/EM&gt;, &lt;EM&gt;Color&lt;/EM&gt;, and &lt;EM&gt;Quantity&lt;/EM&gt;. &lt;BR /&gt;&lt;BR /&gt;So, in your environment, what's the name of the column that will contain the commentary?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 13 Jul 2021 00:52:07 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Microsoft-Graph-Sharepoint-Update-List-Item-Properties-JSON/m-p/100800#M47954</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-13T00:52:07Z</dc:date>
    </item>
  </channel>
</rss>

