<?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 Help! Sharepoint Skill not working. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Help-Sharepoint-Skill-not-working/m-p/99291#M46867</link>
    <description>Hi all,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was wondering if you would be kind enough to help me with a small issue I'm facing whilst trying to use the Sharepoint Skill.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the skill set up and defined in the 'Web API Services' part of BP, the DLLs installed in the correct folder location, and the skill is working ok using the basic actions that have been provided. However, I have attempted to create a new action within the same skill, to Update a sharepoint list. Despite following several guides online, I seem to be tripping up on the very final part having configured the extra action within the "Web API Services" section for the Sharepoint skill. The error I am receiving is as below:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="ad3cc34a-3a16-51fd-03b7-1d612e30f80d" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" /&gt;&lt;BR /&gt;I think this error is to do with the way I am sending the name of the field to be updated on Sharepoint. Please see below for a few screenshots:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="e1f818df-4a12-b193-5e27-d168d862c790" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="563" height="446" /&gt;&lt;BR /&gt;The [JSON String] data item is as follows:&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"Updated Column" : " Approval"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;So, essentially, updating the field called 'Updated Column', with the value of 'Approval' for the Item ID of 147, as per the screenshot above. However I'm clearly doing something wrong as I keep getting that error. Maybe it needs to be in single quotes, or have a [ ] outside it?&lt;BR /&gt;&lt;BR /&gt;Please see below for how I have configured the API:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="15977c0b-3d7d-42d4-a695-43451d588bae" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="433" height="158" /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="80d2339f-1812-3de1-8299-e8e63238aa82" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="432" height="248" /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="b63424de-06f1-a4f2-6166-532add7b6b66" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="434" height="133" /&gt;&lt;BR /&gt;Just to mention I have included the "FormDigestValue" as a parameter in the new action.&lt;BR /&gt;&lt;BR /&gt;Any help on trying to resolve this error would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Apologies if this is not the correct forum to be posting this message in.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance for any help you can provide,&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Ben</description>
    <pubDate>Sat, 01 May 2021 22:02:18 GMT</pubDate>
    <dc:creator>BenAnderson</dc:creator>
    <dc:date>2021-05-01T22:02:18Z</dc:date>
    <item>
      <title>Help! Sharepoint Skill not working.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Help-Sharepoint-Skill-not-working/m-p/99291#M46867</link>
      <description>Hi all,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I was wondering if you would be kind enough to help me with a small issue I'm facing whilst trying to use the Sharepoint Skill.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have the skill set up and defined in the 'Web API Services' part of BP, the DLLs installed in the correct folder location, and the skill is working ok using the basic actions that have been provided. However, I have attempted to create a new action within the same skill, to Update a sharepoint list. Despite following several guides online, I seem to be tripping up on the very final part having configured the extra action within the "Web API Services" section for the Sharepoint skill. The error I am receiving is as below:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="ad3cc34a-3a16-51fd-03b7-1d612e30f80d" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" /&gt;&lt;BR /&gt;I think this error is to do with the way I am sending the name of the field to be updated on Sharepoint. Please see below for a few screenshots:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="e1f818df-4a12-b193-5e27-d168d862c790" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="563" height="446" /&gt;&lt;BR /&gt;The [JSON String] data item is as follows:&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"Updated Column" : " Approval"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;So, essentially, updating the field called 'Updated Column', with the value of 'Approval' for the Item ID of 147, as per the screenshot above. However I'm clearly doing something wrong as I keep getting that error. Maybe it needs to be in single quotes, or have a [ ] outside it?&lt;BR /&gt;&lt;BR /&gt;Please see below for how I have configured the API:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="15977c0b-3d7d-42d4-a695-43451d588bae" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="433" height="158" /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="80d2339f-1812-3de1-8299-e8e63238aa82" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="432" height="248" /&gt;&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="b63424de-06f1-a4f2-6166-532add7b6b66" data-mce-hlselector="#ComposeQuestion_b07dafcf-498e-44f7-91d8-d3b78d184bec-tinyMce" width="434" height="133" /&gt;&lt;BR /&gt;Just to mention I have included the "FormDigestValue" as a parameter in the new action.&lt;BR /&gt;&lt;BR /&gt;Any help on trying to resolve this error would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Apologies if this is not the correct forum to be posting this message in.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance for any help you can provide,&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Sat, 01 May 2021 22:02:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Help-Sharepoint-Skill-not-working/m-p/99291#M46867</guid>
      <dc:creator>BenAnderson</dc:creator>
      <dc:date>2021-05-01T22:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Sharepoint Skill not working.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Help-Sharepoint-Skill-not-working/m-p/99292#M46868</link>
      <description>Can you please upload the images? We see only empty spaces.</description>
      <pubDate>Mon, 03 May 2021 02:49:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Help-Sharepoint-Skill-not-working/m-p/99292#M46868</guid>
      <dc:creator>expertcr</dc:creator>
      <dc:date>2021-05-03T02:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Sharepoint Skill not working.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Help-Sharepoint-Skill-not-working/m-p/99293#M46869</link>
      <description>Hi Luis,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apologies, That should be the pictures uploaded now.&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 03 May 2021 14:12:08 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Help-Sharepoint-Skill-not-working/m-p/99293#M46869</guid>
      <dc:creator>BenAnderson</dc:creator>
      <dc:date>2021-05-03T14:12:08Z</dc:date>
    </item>
  </channel>
</rss>

