<?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: Sharepoint List Library VBO -  Odata queries in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53198#M741</link>
    <description>Thanks so much for sharing the solution!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Melanie Giuliani&lt;BR /&gt;Analyst&lt;BR /&gt;CA Technologies&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Oct 2019 14:50:00 GMT</pubDate>
    <dc:creator>MelanieGiulian1</dc:creator>
    <dc:date>2019-10-22T14:50:00Z</dc:date>
    <item>
      <title>Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53186#M729</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I am trying to utilize Sharepoint List Library VBO from Digital exchange. I tried to update few records/items in sharepoint but I am facing issues with customized Odata query. I tried with different HTTP methods in my query as well PUT, POST and PATCH but it didn't work. Can you please help us to share how we can update sharepoint data and what will be customized Odata query syntax?&lt;BR /&gt;&lt;BR /&gt;Here are few sample queries to pull/read data from sharepoint:&lt;BR /&gt;getbytitle('Test List 1')/items?$filter=(FName eq 'FNameABC')&lt;BR /&gt;getbytitle('Test List 1')/items?$filter=ID eq 5&lt;BR /&gt;&lt;BR /&gt;But for update, no luck. Attached is the screenshot of sharepoint.&lt;BR /&gt;Update scenario: Update any item under FName column.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Gupta&lt;BR /&gt;Senior Developer&lt;BR /&gt;Tyson Foods&lt;BR /&gt;Asia/Bengaluru&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53186#M729</guid>
      <dc:creator>SwatiGupta</dc:creator>
      <dc:date>2019-08-29T16:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53187#M730</link>
      <description>Hi Swati,&lt;BR /&gt;&lt;BR /&gt;OData is generally used with Gets since its a query.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Inorder to run an update, you will need to split you API call into two pieces. Post API calls.&lt;BR /&gt;&lt;BR /&gt;Part 1: Getting the "ListItemEntityTypeFullName". This is needed to update items in a list. The reference implementation on how to get this value is available in the sample process in the DX along with this skill. Refer the Create Item Page where there is an action added to get this value. you will &lt;STRONG&gt;not&lt;/STRONG&gt; need to create a new APi for this, since this is already present. you only need to use the same action by referring to the create item page in the reference process.&lt;BR /&gt;&lt;BR /&gt;Part 2: Once you have this value, you will need to create a request in the same lines as the Create items APi call. The only changes that will be needed are, the Request endpoint,&amp;nbsp; Headers of the request and the parameter "[Item Fields and Values]". The template and all other values will remain same as the create items request.&lt;BR /&gt;&lt;BR /&gt;The changes needed are below,&lt;BR /&gt;&lt;BR /&gt;A. Request End Point (notice the item id, ensure you have the right id)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://site" target="test_blank"&gt;http://site&lt;/A&gt; url/_api/web/lists/GetByTitle('Test')/items(item id)&lt;BR /&gt;&lt;BR /&gt;B. Headers(these are not present for create items, but you will need it for update)&lt;BR /&gt;&lt;BR /&gt;"IF-MATCH": etag or "*"&amp;nbsp; &amp;nbsp; "X-HTTP-Method":"MERGE"&lt;BR /&gt;&lt;BR /&gt;C. [Item Fields and Values] : Keep everything same. in the value field just make sure the updated values are present.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bimal Sebastian&lt;BR /&gt;Consultant&lt;BR /&gt;Blueprism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2019 14:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53187#M730</guid>
      <dc:creator>BimalSebastian</dc:creator>
      <dc:date>2019-09-04T14:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53188#M731</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="page: WordSection1"&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Bimal,&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Thank you for the info.&amp;nbsp; Independently from Swati, I had gotten as far as creating an Update Item API as you've described.&amp;nbsp; However, we are getting the following error.&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Internal : Unexpected error Error during Web API HTTP Request&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;HTTP Status Code: 400&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;HTTP Response Content: {"error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"The type SP.ListItemEntityCollection does not support HTTP PATCH method."}}}&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Here is the set up:&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6444.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6624i7B7F5064127E3C89/image-size/large?v=v2&amp;amp;px=999" role="button" title="6444.png" alt="6444.png" /&gt;&lt;/span&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6445.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6628i93C2E1B5DA5BBE96/image-size/large?v=v2&amp;amp;px=999" role="button" title="6445.png" alt="6445.png" /&gt;&lt;/span&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6446.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6631i8C1A7003B7DC898C/image-size/large?v=v2&amp;amp;px=999" role="button" title="6446.png" alt="6446.png" /&gt;&lt;/span&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;I have tried both "etag or *" and simply "*"&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6447.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6630i56ADFCF87A246D9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="6447.png" alt="6447.png" /&gt;&lt;/span&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6448.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6632iA11083C78E70F9AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="6448.png" alt="6448.png" /&gt;&lt;/span&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;TABLE border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse"&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD style="padding:.75pt .75pt .75pt .75pt"&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Source Sans Pro&amp;quot;,sans-serif;color:#727272"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6449.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6626i5B5842F52CEE9DBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="6449.png" alt="6449.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/TD&gt; &lt;TD style="padding:.75pt .75pt .75pt .75pt"&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Source Sans Pro&amp;quot;,sans-serif;color:#727272"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6450.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6627iC0A40EE81473294B/image-size/large?v=v2&amp;amp;px=999" role="button" title="6450.png" alt="6450.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/TD&gt; &lt;TD style="padding:.75pt .75pt .75pt .75pt"&gt; &lt;P style="margin: 0in;margin-bottom: 7.5pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;line-height: 10.5pt"&gt;&lt;B&gt;&lt;SPAN style="font-size:10.0pt;color:#002554"&gt;Ryan Godsey,&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size:10.0pt;color:#727272"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size:10.0pt;color:#002554"&gt;Sr. Developer Applications&lt;/SPAN&gt;&lt;SPAN style="font-size:10.0pt;color:#727272"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size:10.0pt;color:#002554"&gt;Applied Technology &amp;amp; Innovation, Automation&lt;/SPAN&gt;&lt;SPAN style="font-size:10.0pt;color:#727272"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Source Sans Pro&amp;quot;,sans-serif;color:#727272"&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: 7.5pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;line-height: 10.5pt"&gt;&lt;B&gt;&lt;SPAN style="font-size:10.0pt;color:#002554"&gt;Tyson&amp;nbsp;Foods&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size:10.0pt;color:#002554"&gt;&lt;BR /&gt; 319 E Emma Ave, Springdale, AR 72764&lt;BR /&gt; 479-290-1097&lt;BR /&gt; &lt;A href="mailto:ryan.godsey@tyson.com"&gt;ryan.godsey@tyson.com&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size:10.5pt;font-family:&amp;quot;Source Sans Pro&amp;quot;,sans-serif;color:#727272"&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt; &lt;/TABLE&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;/DIV&gt;  &lt;HR /&gt;This email and any files transmitted with it are confidential and intended solely for the use of the addressee. If you are not the intended addressee, then you have received this email in error and any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Please notify us immediately of your unintended receipt by reply and then delete this email and your reply. Tyson Foods, Inc. and its subsidiaries and affiliates will not be held liable to any person resulting from the unintended or unauthorized use of any information contained in this email or as a result of any additions or deletions of information originally contained in this email.&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Hi Swati,&lt;BR /&gt;&lt;BR /&gt;OData is generally used with Gets since its a query.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Inorder to run an update, you will need to split you API call into two pieces. Post API calls.&lt;BR /&gt;&lt;BR /&gt;Part 1: Getting the "ListItemEntityTypeFullName". This is needed to update items in a list. The reference implementation on how to get this value is available in the sample process in the DX along with this skill. Refer the Create Item Page where there is an action added to get this value. you will &lt;STRONG&gt;not&lt;/STRONG&gt; need to create a new APi for this, since this is already present. you only need to use the same action by referring to the create item page in the reference process.&lt;BR /&gt;&lt;BR /&gt;Part 2: Once you have this value, you will need to create a request in the same lines as the Create items APi call. The only changes that will be needed are, the Request endpoint,&amp;nbsp; Headers of the request and the parameter "[Item Fields and Values]". The template and all other values will remain same as the create items request.&lt;BR /&gt;&lt;BR /&gt;The changes needed are below,&lt;BR /&gt;&lt;BR /&gt;A. Request End Point (notice the item id, ensure you have the right id)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://site" target="test_blank"&gt;http://site&lt;/A&gt; url/_api/web/lists/GetByTitle('Test')/items(item id)&lt;BR /&gt;&lt;BR /&gt;B. Headers(these are not present for create items, but you will need it for update)&lt;BR /&gt;&lt;BR /&gt;"IF-MATCH": etag or "*"&amp;nbsp; &amp;nbsp; "X-HTTP-Method":"MERGE"&lt;BR /&gt;&lt;BR /&gt;C. [Item Fields and Values] : Keep everything same. in the value field just make sure the updated values are present.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bimal Sebastian&lt;BR /&gt;Consultant&lt;BR /&gt;Blueprism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2019 15:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53188#M731</guid>
      <dc:creator>RyanGodsey</dc:creator>
      <dc:date>2019-09-04T15:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53189#M732</link>
      <description>Hi Ryan,&lt;BR /&gt;&lt;BR /&gt;It appears you have gotten almost all things right.&amp;nbsp;&lt;BR /&gt;I believe the error message is sort of generic for multiple types of errors in sharepoint. (I hate that about sharepoint.)&lt;BR /&gt;Anyway, over the top of my head i can think of the following potential reasons,&lt;BR /&gt;1. Missing form digest value in header ( i know it may not be needed for create item, but sharepoint is sort wierd that way. try this)&amp;nbsp;&lt;BR /&gt;2. May be there are quotes missing in the http request formed. Try quotes between the itemId, or in the header values like say "MERGE" rather than just MERGE.&lt;BR /&gt;&lt;BR /&gt;Have you tried capturing the request data through fiddler or other tools. If, so can you paste the raw http msg here.&lt;BR /&gt;&lt;BR /&gt;I will try this independently at my side when i get some time. Will keep this thread posted if i find something.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bimal Sebastian&lt;BR /&gt;Consultant&lt;BR /&gt;Blueprism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2019 15:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53189#M732</guid>
      <dc:creator>BimalSebastian</dc:creator>
      <dc:date>2019-09-04T15:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53190#M733</link>
      <description>Adding the Form Digest Value header and an adjustment to how we pass the field/value pairs in did the trick!&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Where create wanted this format with the double quotes surrounding the whole thing ("'Title' : 'API Test 1', 'FName' : 'FName 1', 'LName' : 'FName 2', 'Gender' : 'Male' "), update wanted us to pass it with double quotes around the field/value parts and no quotes around the entire string ("Title": "API Test1", "FName": 'FName 1").&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ryan Godsey&lt;BR /&gt;Sr. Developer Applications&lt;BR /&gt;Tyson Foods&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2019 20:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53190#M733</guid>
      <dc:creator>RyanGodsey</dc:creator>
      <dc:date>2019-09-04T20:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53191#M734</link>
      <description>Thank you Ryan and Bimal. It's working now&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Gupta&lt;BR /&gt;Senior Developer&lt;BR /&gt;Tyson Foods&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Sep 2019 15:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53191#M734</guid>
      <dc:creator>SwatiGupta</dc:creator>
      <dc:date>2019-09-05T15:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53192#M735</link>
      <description>Ryan, Bimal and Swati - Would you mind sharing how you determine your REST authentication method for this skill in your solution?​ Looking at the documentation, there are 2 methods available:&amp;nbsp;ACS based authentication and Azure AD Certificate. They seemed to require you to have admin access&amp;nbsp;to the root site of your company.&lt;BR /&gt;&lt;BR /&gt;The list I'm looking to update belongs to a subsite in SharePoint. I doubt our enterprise SharePoint admin would be willing to give me access to the root site of the company which host all other sites within the company. Does bot need to have same privileges as developer in order to execute the REST calls? What's the sufficient access to develop and execute in this context? Are there any dependencies you need to maintain separately for production, code &amp;amp; environment?&lt;BR /&gt;&lt;BR /&gt;Maybe it's just I'm ignorant on this topic. Hope to get your thoughts soon.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Huy Trinh&lt;BR /&gt;Software Engineer II&lt;BR /&gt;Metlife&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2019 16:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53192#M735</guid>
      <dc:creator>HuyTrinh</dc:creator>
      <dc:date>2019-09-20T16:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53193#M736</link>
      <description>Hi Huy Trinh,&lt;BR /&gt;&lt;BR /&gt;You really dont need access at the root site level. You can have the privileges maintained at the subsite level for both authentication modes.&lt;BR /&gt;They key difference between both the auth mode is that Sharepoint ACS is a legacy mode of authentication, which will soon be depricated by Microsoft. The Azure AD based auth is more modern and can be managed through Azure and I recommend this model.&lt;BR /&gt;&lt;BR /&gt;Now, the sufficient access really comes down to the action you intend to perform. If its only reading lists for example, then a read only access would suffice. If you intend to upload files, then you will need a Write access.&lt;BR /&gt;&lt;BR /&gt;However, key consideration here is, API access to sharepoint will give permissions to the ClientId holder at site or sub site level only unlike UI based automation, where you could limit access at folder level as well.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Bimal&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bimal Sebastian&lt;BR /&gt;Consultant&lt;BR /&gt;Blueprism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53193#M736</guid>
      <dc:creator>BimalSebastian</dc:creator>
      <dc:date>2019-09-26T11:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53194#M737</link>
      <description>Hi Ryan - I tried with your additional steps, but its same error.&lt;BR /&gt;&lt;BR /&gt;My request looks like below.&lt;BR /&gt;&lt;BR /&gt;{ '__metadata': &lt;BR /&gt;{ 'type': '[List Item Type Name]' }, &lt;BR /&gt;"'LineItemNumber':'Closed'"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;I am passing header as below.&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;IF-MATCH&lt;/TD&gt;
&lt;TD&gt;etag or *&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;X-HTTP-Method&lt;/TD&gt;
&lt;TD&gt;MERGE&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;X-RequestDigest&lt;/TD&gt;
&lt;TD&gt;[Form Digest Values]&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sankar Sarma&lt;BR /&gt;RPA Consultant&lt;BR /&gt;Lion Co&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2019 09:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53194#M737</guid>
      <dc:creator>SankarSarma</dc:creator>
      <dc:date>2019-10-21T09:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53195#M738</link>
      <description>Hi Sankar,&lt;BR /&gt;&lt;BR /&gt;The header looks like the attached file.Share the error message. Ryan has shared all the screenshots and your request should looks like&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;{ '__metadata': &lt;BR /&gt;{ 'type': '[List Item Type Name]' }, &lt;BR /&gt;[Item Fields and Values]&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Swati&amp;nbsp;&lt;BR /&gt;Tyson Foods&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Gupta&lt;BR /&gt;Senior Developer&lt;BR /&gt;Tyson Foods&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2019 10:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53195#M738</guid>
      <dc:creator>SwatiGupta</dc:creator>
      <dc:date>2019-10-21T10:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53196#M739</link>
      <description>&lt;DIV class="uconBody"&gt;
&lt;DIV&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;Hi Swathi - Here is my setup.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6507.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6688iD5331913DB777754/image-size/large?v=v2&amp;amp;px=999" role="button" title="6507.png" alt="6507.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Hard coded the item/value pair to show the format.&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6508.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6689iC96799BDBD500823/image-size/large?v=v2&amp;amp;px=999" role="button" title="6508.png" alt="6508.png" /&gt;&lt;/span&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6509.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6690i9C21023610C7314F/image-size/large?v=v2&amp;amp;px=999" role="button" title="6509.png" alt="6509.png" /&gt;&lt;/span&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;Error Message&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6510.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6687iFC62438407AD9A8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="6510.png" alt="6510.png" /&gt;&lt;/span&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0" width="400" style="width: 300.0pt; background: white;"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 10.5pt;"&gt;
&lt;TD style="padding: 0cm 6.0pt 0cm 6.0pt; height: 10.5pt;"&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;B&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial', sans-serif; color: #53565a;"&gt;Sankar Sarma&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 9.0pt;"&gt;
&lt;TD style="padding: 0cm 6.0pt 11.25pt 6.0pt; height: 9.0pt;"&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="font-size: 7.5pt; font-family: 'Arial', sans-serif; color: #53565a;"&gt;RPA Analytics Leader&lt;/SPAN&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="padding: 0cm 6.0pt 0cm 6.0pt;"&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="font-size: 8.5pt; font-family: 'Arial', sans-serif; color: #f3aa00;"&gt;&lt;BR /&gt; Please consider the environment before printing this e-mail.&lt;/SPAN&gt;&lt;SPAN style="color: windowtext;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P style="margin: 0cm; margin-bottom: .0001pt; font-size: 11.0pt; font-family: 'Calibri', sans-serif; color: #7a7a7a;"&gt;&lt;SPAN style="color: windowtext;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Hi Sankar,&lt;BR /&gt;&lt;BR /&gt;The header looks like the attached file.Share the error message. Ryan has shared all the screenshots and your request should looks like&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;{ '__metadata': &lt;BR /&gt;{ 'type': '[List Item Type Name]' }, &lt;BR /&gt;[Item Fields and Values]&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Swati&amp;nbsp;&lt;BR /&gt;Tyson Foods&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Gupta&lt;BR /&gt;Senior Developer&lt;BR /&gt;Tyson Foods&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------</description>
      <pubDate>Mon, 21 Oct 2019 10:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53196#M739</guid>
      <dc:creator>SankarSarma</dc:creator>
      <dc:date>2019-10-21T10:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53197#M740</link>
      <description>This issue is fixed now, problem was unwanted space in the body. also I am passing the item key/value with out double quotes.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sankar Sarma&lt;BR /&gt;RPA Consultant&lt;BR /&gt;Lion Co&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2019 23:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53197#M740</guid>
      <dc:creator>SankarSarma</dc:creator>
      <dc:date>2019-10-21T23:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53198#M741</link>
      <description>Thanks so much for sharing the solution!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Melanie Giuliani&lt;BR /&gt;Analyst&lt;BR /&gt;CA Technologies&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2019 14:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53198#M741</guid>
      <dc:creator>MelanieGiulian1</dc:creator>
      <dc:date>2019-10-22T14:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53199#M742</link>
      <description>HI Bimal,&lt;BR /&gt;&lt;BR /&gt;I am using ODATA query to retrieve the records from sharept but query is retrieving&amp;nbsp; maximum 100 records. Is there any issue with API limited to 100 records?&amp;nbsp; If it is API limitation, can you please suggest solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have tried top filter and it is working but I can't use top filter.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://sharepoint.stackexchange.com/questions/74777/list-api-get-all-items-limited-to-100-rows" target="_blank" rel="noopener"&gt;https://sharepoint.stackexchange.com/questions/74777/list-api-get-all-items-limited-to-100-rows&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have checked the item limit in sharept it is 30 so I think it is not related to this.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Swati&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Gupta&lt;BR /&gt;Senior Developer&lt;BR /&gt;Tyson Foods&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2019 10:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53199#M742</guid>
      <dc:creator>SwatiGupta</dc:creator>
      <dc:date>2019-10-25T10:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53200#M743</link>
      <description>​Hi, I am working on SharePoint List Library Skill API and my IT Team is concerned with setting up the client secret in Azure because they do not want our BP to have&amp;nbsp;read/write to all of our company's SharePoint pages/sites.&amp;nbsp;Does anyone&amp;nbsp;know how we can limit&amp;nbsp;the API's access, or have a workaround? &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Robbins Leon&lt;BR /&gt;RPA Developer&lt;BR /&gt;Darden&lt;BR /&gt;Orlando&lt;BR /&gt;&lt;SPAN class="baec5a81-e4d6-4674-97f3-e9220f0136c1" style="white-space: nowrap;"&gt;407-245-6520&lt;span class="lia-inline-image-display-wrapper" image-alt="6529.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/6710i9E169107788F1C7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="6529.png" alt="6529.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53200#M743</guid>
      <dc:creator>NicholasRobbins</dc:creator>
      <dc:date>2019-10-31T15:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53201#M744</link>
      <description>I did tried the same web API config however getting 407 Proxy authentication required issue.&amp;nbsp; Do you know how to fixed this issue ? or Can someone please help me to get the actions to get the Form digest value ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Nov 2020 17:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53201#M744</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2020-11-09T17:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53202#M745</link>
      <description>Hi Ryan,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did tried the same web API config however getting 407 Proxy authentication required issue.&amp;nbsp; Do you know how to fixed this issue ? or Can you please help me to get the actions to get the Form digest value ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Nov 2020 17:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53202#M745</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2020-11-09T17:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53203#M746</link>
      <description>Hi Ryan,&lt;BR /&gt;&lt;BR /&gt;Could you please help.&lt;BR /&gt;&lt;BR /&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="fcaee490-cfd9-4709-b473-81bcdb45750d" data-tag-text="@Bimal Sebastian" href="https://community.blueprism.com/people/bimal-sebastian1" data-itemmentionkey="279b80d1-8443-4549-b66c-b69ccf9a1f9f"&gt;@Bimal Sebastian&lt;/A&gt; - Hi Bimal, Will you be able to help me with this part to perform operations like Get Data, Edit Field/Column on SharePoint Online list.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kamal Ahmed RPA Developer&lt;BR /&gt;Sr. Programming Analyst&lt;BR /&gt;BNY Mellon&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2020 13:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53203#M746</guid>
      <dc:creator>Kamal2017</dc:creator>
      <dc:date>2020-11-12T13:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53204#M747</link>
      <description>Can you send me a link to download SharePoint List Library VBO from DX?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vinaya Shastry&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jul 2021 19:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53204#M747</guid>
      <dc:creator>VinayaShastry</dc:creator>
      <dc:date>2021-07-02T19:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sharepoint List Library VBO -  Odata queries</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53205#M748</link>
      <description>How do you get Form Digest Value in SharePoint 2016?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vinaya Shastry&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Jul 2021 06:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Sharepoint-List-Library-VBO-Odata-queries/m-p/53205#M748</guid>
      <dc:creator>VinayaShastry</dc:creator>
      <dc:date>2021-07-04T06:23:00Z</dc:date>
    </item>
  </channel>
</rss>

